[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: sorting into a tree structure

Subject: Re: sorting into a tree structure
From: jim mcgovern <jim.mcgovern2@xxxxxxxxxxxxxx>
Date: Tue, 6 Oct 2009 17:13:30 +0100
Re:  sorting into a tree structure
And I'm sorry for being so daft for missing it!

Of course that works.  Many thanks!

On Tue, Oct 6, 2009 at 5:09 PM, Martin Honnen <Martin.Honnen@xxxxxx> wrote:
> jim mcgovern wrote:
>
>> I've tried your suggestion but it didn't seem to affect the order
>> unfortunately. :(
>
> Sorry, I forgot the '@' in front of 'order' in the select attribute so use
>
>    <xsl:template match="Item">
>        <xsl:choose>
>            <xsl:when test="key('val', @ID)">
>                <li><xsl:value-of select="@title"/></li>
>                <ul>
>                  <xsl:apply-templates select="key('val', @ID)">
>                    <xsl:sort select="@order" data-type="number"/>
>                  </xsl:apply-templates>
>                </ul>
>            </xsl:when>
>            <xsl:otherwise>
>                <li><xsl:value-of select="@title"/></li>
>            </xsl:otherwise>
>        </xsl:choose>
>    </xsl:template>
>
>
> --
>
>        Martin Honnen
>        http://msmvps.com/blogs/martin_honnen/

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.