|
Subject: [xsl] identity transform exclude pis and comments From: "I-Lin Kuo" <ikuoikuo@xxxxxxxxxxx> Date: Mon, 23 Jun 2003 13:05:33 +0000 |
<xsl:template match="node()|@*"> <xsl:copy><xsl:apply-templates/></xsl:copy> </xsl:template>
<xsl:template match="node()|@*">
<xsl:if test="not(self::processing-instruction() or self::comment()">
<xsl:copy><xsl:apply-templates/></xsl:copy>
</xsl:if>
</xsl:template>
I-Lin Kuo, Ann Arbor, MI Macromedia Certified ColdFusion 5.0 Advanced Developer Sun Certified Java 2 Programmer Ann Arbor Java Users Group (www.aajug.org) SUN Top 25 JUG
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Documentation output, Wendell Piez | Thread | Re: [xsl] identity transform exclud, David Carlisle |
| [xsl] Documentation output, Eric K Taylor | Date | Re: [xsl] identity transform exclud, David Carlisle |
| Month |