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

[xsl] Can't save a node tree in a variable.


Subject: [xsl] Can't save a node tree in a variable.
From: John Robb <john_ok@xxxxxx>
Date: Mon, 25 Jul 2005 17:12:04 +0300

Can you please help me?I want to save the sorted tree in a variable.
Whats wrong with the following xsl:
<xsl:variable name="sorted">
		<xsl:apply-templates mode="copy" select="data/item"/>
	</xsl:variable>
	<xsl:template match="@*|node()">
		<xsl:copy>
			<xsl:apply-templates select="@*|node()" mode="copy">
				<xsl:sort select="@sector"/>
				<xsl:sort select="@subsector"/>
			</xsl:apply-templates>
		</xsl:copy>
	</xsl:template>

And then I want to perform smth. like this:$sorted/item/@sector.
How is it possible to realize such a thing?
---
GSM.By.COM - hmrepmer-l`c`ghm qnrnb{u reketnmnb qr`md`pr` GSM,
`jqeqqs`pnb h g`ow`qrei j mhl. Xhpnjhi b{anp, p`gslm{e vem{,
noep`rhbm` dnqr`bj`. Pelnmr reketnmnb. http://www.gsm.by.com



Current Thread