|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: remove certain elements but keep children
Hi Ben,
You can start with a copy template: <xsl:template match="@*|node()">
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template>and add another template that will ignore the output element but not its content: <xsl:template match="output">
<xsl:apply-templates select="node()"/>
</xsl:template>Best Regards, George --------------------------------------------- George Cristian Bina http://www.oxygenxml.com <oXygen/> XML Editor and XSLT Editor/Debugger Ben Munat wrote: Hello,
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








