xml editor

Supported platforms

Compatible with Windows7 & Mac OS X Snow Leopard

Ready for data server software
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] sorting into a tree structure


Subject: Re: [xsl] sorting into a tree structure
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Tue, 06 Oct 2009 18:09:49 +0200

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
XML Editor | XML Author | WYSIWYG Editors | Schema Editor | XSD Documentation | XSL/XSLT Editor | XQuery | XML Databases | SVN Client
© 2002-2011 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy | This website was created & generated with <oXygen/>®XML Editor