Subject: Re: identity transform exclude pis and comments
From: Mike Brown <mike@xxxxxxxx>
Date: Mon, 23 Jun 2003 07:37:47 -0600 (MDT)
|
> <xsl:template match="*|@*|text()"/>
> <xsl:copy><xsl:apply-templates select="@*|node()"/></xsl:copy>
> </xsl:template>
>
> <xsl:template match="processing-instruction()|comment()"/>
Oops, actually David's solution is better. Just don't select
all children for processing :)
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|
Mike Brown - Mon, 23 Jun 2003 09:37:50 -0400 (EDT) <=
I-Lin Kuo - Mon, 23 Jun 2003 09:53:37 -0400 (EDT)
|
|