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

Subject: Re: [xsl] commenting an XML element [XSLT 1.0][xsltproc]
From: pankaj.c@xxxxxxxxxxxxxxxxxx
Date: Thu, 19 Aug 2010 18:07:42 +0530
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.

Current Thread