Altova Mailing List Archives>Archive Index >xsl-list Archive Home >Recent entries >Thread Prev - [xsl] Commented contents not considered for XSLT Transformation. [Thread Next] Re: [xsl] Commented contents not considered for XSLT Transformation.To: Date: 9/2/2008 4:21:00 PM At 08:52 AM 8/30/2008, it was written: > 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. No, it's worse than that. Comments have no child nodes to process, so apply-templates in the context of a comment is a no-op. What the OP wants is <xsl:value-of select="."/> (to write out the string value of the comment) or <xsl:copy-of select="."/> (to copy the comment). Cheers, Wendell ====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ====================================================================== | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
