RE: [xsl] Alternative of XSL:document in XSLT 2.0

Subject: RE: [xsl] Alternative of XSL:document in XSLT 2.0
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 29 May 2007 11:47:35 +0100
For creating an error log that's separate from the main result tree, I would
recommend using xsl:message and capturing the output, if your XSLT processor
allows you to do this.

Michael Kay
http://www.saxonica.com/ 

> -----Original Message-----
> From: J. S. Rawat [mailto:jrawat@xxxxxxxxxxxxxx] 
> Sent: 29 May 2007 11:12
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: [xsl] Alternative of XSL:document in XSLT 2.0
> 
> Thanks David!!! Just extending the topic.
> I am developing a conversion tool from one DTD coded files to 
> another DTD coded files which is almost finished. I want to 
> generate a error.log as shown below. I am able to generate 
> the error.log file with single message but I am not able to 
> append the message within error.log.
> 
> Error.log
> 1. <JTL> is not found in the input file
> 2. <ISSN> is not found in the input file 2. Process has been 
> terminated because require <JTL> is not found in the input

Current Thread