Re: [xsl] Commented contents not considered for XSLT Transformation.

Subject: Re: [xsl] Commented contents not considered for XSLT Transformation.
From: "Mukul Gandhi" <gandhi.mukul@xxxxxxxxx>
Date: Sat, 30 Aug 2008 18:22:10 +0530
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

Current Thread