|
[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[Recent Entries]
[Reply To This Message]
Re: Can't save a node tree in a variable.
Subject: Re: Can't save a node tree in a variable.
From: Geert Josten <Geert.Josten@xxxxxxxxxxx>
Date: Mon, 25 Jul 2005 16:19:56 +0200
|
On the other hand, why not doing something like:
<xsl:for-each select="data/item">
<xsl:sort select="@selector" />
...
</xsl:for-each>
Cheers
John Robb wrote:
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
--
Geert.Josten@xxxxxxxxxxx
IT-consultant at Daidalos BV, Bleiswijk (NL)
http://www.daidalos.nl/
tel:+31-(0)10-850 12 00
fax:+31-(0)10-850 11 99
GPG: 1024D/12DEBB50

|
PURCHASE STYLUS STUDIO ONLINE TODAY!
Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!
Download The World's Best XML IDE!
Accelerate XML development with our award-winning XML IDE - Download a free trial today!
Subscribe in XML format
| RSS 2.0 |
|
| Atom 0.3 |
|
|