Chris, you the man! ;-)
Peter On 2 Apr 2004, at 17:23, Christopher Painter-Wakefield wrote:
<xsl:template match="*"> <xsl:element name="{local-name()}"> <xsl:apply-templates select="@*|node()"/> </xsl:element> </xsl:template>
<xsl:template match="@*|text()"> <xsl:copy/> </xsl:template>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
