|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Commented contents not considered for XSLT Transf
I am sorry, if Mike has already answered this question. Please search in your inbox/list archives for Mike's answer, and you should likely find useful information. But here is my explanation about this ... > I'm doing XSLT(2.0) Transformation XML 2 XML using saxon9. In my input XML > have some block of text commented, so it's not transformed/coming in output > even I match the comment. Please suggest. > > In my XSLT, > <xsl:template match="comment()"><xsl:apply-templates/></xsl:template> You have defined this template (to match comments). But this template is probably not getting called, with the right context. Please make sure, this template is invoked in the processing chain. -- Regards, Mukul Gandhi
|
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
|






