[xsl] Match Commented elements

Subject: [xsl] Match Commented elements
From: "J. S. Rawat" <jrawat@xxxxxxxxxxxxxx>
Date: Fri, 03 Oct 2008 10:55:22 +0530
Hi
This seems odd but you people must have any solution. Can we match below "comment" element which is commented. I have seen the role of <xsl:template match="comment()"> but not able to apply.


Input
<meta>
<!--
<comment>...</comment>
-->
</meta>

Output
<meta scheme="comment" content="..."/>

Thanks
...JSR

Current Thread