xsl-list
[Top] [All Lists]

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

2007-05-29 03:47:53
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(_at_)aptaracorp(_dot_)com] 
Sent: 29 May 2007 11:12
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--