xsl-list
[Top] [All Lists]

Re: Returning HTML tags from a function not working

2006-02-02 12:16:20
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 

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--