xsl-list
[Top] [All Lists]

Re: [xsl] commenting an XML element [XSLT 1.0][xsltproc]

2010-08-19 07:38:00
Never mind, I will try to reverting comments back to original nodes.

Something like below.

xsl:template match="comment()">
 <xsl:value-of select="."/>
</xsl:template>

Thanks for reading.


--~------------------------------------------------------------------
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>
--~--