RE: [xsl] about adding comments into the output file

Subject: RE: [xsl] about adding comments into the output file
From: Stuart Brown <sbrown@xxxxxxxxxxxxx>
Date: Thu, 5 Sep 2002 12:46:54 +0100
> i was wondering how to add comments from a stylesheet into 
> the output file

<xsl:comment>This is a comment </xsl:comment>

Don't confuse it with <xsl:message> which is not written to the file, but
sent to the standard output.

Cheers,

Stuart

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread