[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] How to copy whole source tree? (NEWBIE)


Subject: [xsl] How to copy whole source tree? (NEWBIE)
From: "Marcin Stefaniuk" <marcins@xxxxxxxxxxxxx>
Date: Sat, 31 Aug 2002 20:01:02 +0200

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



Current Thread