Re: [xsl] Returning HTML tags from a function not working

Subject: Re: [xsl] Returning HTML tags from a function not working
From: Agnisys <agnisys@xxxxxxxxx>
Date: Thu, 2 Feb 2006 11:16:20 -0800 (PST)
The following worked ...

<xsl:template match="doc//*">
        <xsl:element name="{name()}">
                <xsl:apply-templates  select="@* | node()" />
        </xsl:element>
</xsl:template> 

Thanks for your help!
Anupam.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Current Thread