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]

[xsl] xsl:sort ... jeff comes before Jeff?


Subject: [xsl] xsl:sort ... jeff comes before Jeff?
From: "Roger L. Costello" <costello@xxxxxxxxx>
Date: Wed, 16 Oct 2002 12:19:31 -0400

Hi Folks,

First Question

Suppose that I use xsl:sort to sort these two names:  jeff  and Jeff

I ran some tests.  Here are the results:

xalan, xt, and msxml all sort the names as:

jeff
Jeff

saxon sorts the names as:

Jeff
jeff

Who's right?

Second Question

Consider the following xslt which redefines a variable, names, several
times:

<xsl:variable name="names" select="/FitnessCenter/Member[1]/Name"/>
<xsl:for-each select="/FitnessCenter/Member[position() &gt; 1]">
             <xsl:variable name="names" select="concat($names, '/')"/>
              <xsl:variable name="names" select="concat($names, Name)"/>
 </xsl:for-each>
<xsl:value-of select="$names"/>

xalan and xt have no problems with it.

saxon generates two error messages - saying that name has been redclared.

Who's right?  /Roger



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread
Keywords
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