[Home] [By Thread] [By Date] [Recent Entries]
> I'm still new to XSLT, but have a need to > extract all comments (however deep) from an > XML file to another. Output should only > contain comments and nothing else <xsl:template match="/"> <xsl:copy-of select="//comment()"/> </xsl:template> Mike Kay XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



