[xsl] How to copy the whole tree?

Subject: [xsl] How to copy the whole tree?
From: Oskar Werewka <ow5@xxxxxxxxxxxxxx>
Date: Wed, 16 May 2001 23:55:21 +0200

I want to have a special layer for changing the language version of my documents, so I have something like this:

<page>
	<......./>
	<......./>
		<RECORD>
			<......./>
			<ProcessID>34</ProcessID>
			<......./>
		</RECORD>
	<......./>
</page>

and a template for language transformation:

<xsl:template match="ProcessID">
	<xsl:value-of .......not important there :)........./>	
</xsl:template>

and I do not know how to copy the whole tree,
to the result with applying this template	"ProcessID"

I was fighting with xsl:copy but I failed to force
it co copy the whole tree for me.

Thank you very much for you help.

Regards,
Oskar Werewka



--



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


Current Thread