[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Alternative of XSL:document in XSLT 2.0
Subject: Re: [xsl] Alternative of XSL:document in XSLT 2.0
From: "J. S. Rawat" <jrawat@xxxxxxxxxxxxxx>
Date: Tue, 29 May 2007 15:42:15 +0530
|
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
|