xsl-list
[Top] [All Lists]

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

2008-08-30 02:21:15
Colin Adams told:

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.

If we use <xsl:copy>, input content with comment coming as it is in output
XML. But I need Output XML (template applied).

Regards,
Ramkumar


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