xsl-list
[Top] [All Lists]

How to copy whole source tree? (NEWBIE)

2002-08-31 11:01:02
Hi!

I try to copy whole tree and replace some tags. I started from
copying everything blindly.

I used this:

<xsl:template match="node()|@*">
        <xsl:copy>
                <xsl:apply-templates/>
        </xsl:copy>
</xsl:template>

And it doesn't work

Thank you for any help
Marcin

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>