Re: [xsl] Best approach for writing an XML log whilst processing/writing other XML documents?

Subject: Re: [xsl] Best approach for writing an XML log whilst processing/writing other XML documents?
From: Michael Kay <mike@xxxxxxxxxxxx>
Date: Fri, 13 Aug 2010 15:43:28 +0100
On 13/08/2010 15:31, ac wrote:
Hi,

I am probably not understanding the problem correctly, but why not build the report in a variable as the files are being processed and then write it out to as a report file when the replacement task is done?

Thank you.

ac

When you're three levels deep in recursive calls of xsl:result-document, there's no way of writing anything to a top-level variable. In fact, you're not even allowed to call xsl:result-document white writing to a variable, so it wouldn't work even if the calls weren't recursive.


Michael Kay
Saxonica

Current Thread