This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

How to copy the whole tree?



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]