xsl-list
[Top] [All Lists]

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

2008-08-30 07:52:36
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

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