|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Commented contents not considered for XSLT Transf
>>>>> "Ramkumar" == V Ramkumar <V.Ramkumar@xxxxxxxxxxxxxxxxxxxxxx> writes:
Ramkumar> Hi list, I'm doing XSLT(2.0) Transformation XML 2 XML
Ramkumar> using saxon9. In my input XML have some block of text
Ramkumar> commented, so it's not transformed/coming in output even
Ramkumar> I match the comment. Please suggest.
Ramkumar> In my XSLT, <xsl:template
Ramkumar> match="comment()"><xsl:apply-templates/></xsl:template>
Your template is not doing anything with the matched comment. Instead
of xsl:apply-templates (which will do nothing), you probably want to
do xsl:copy.
--
Colin Adams
Preston Lancashire
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






