After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 310201 - xsl:sort sorts all upper cases first, then all lower cases
xsl:sort sorts all upper cases first, then all lower cases
Status: RESOLVED OBSOLETE
Product: libxslt
Classification: Platform
Component: general
1.1.10
Other All
: Normal major
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2005-07-13 09:47 UTC by Bertrang Gorge
Modified: 2021-07-05 11:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for version 1.1.15 (1.62 KB, patch)
2005-11-27 08:07 UTC, Bart Martens
none Details | Review

Description Bertrang Gorge 2005-07-13 09:47:26 UTC
I'm using libxslt (v. 1.1.10) in php domxml.

I have a sorted loop with the following sort parameter :

<xsl:sort data-type="text" order="ascending" case-order="upper-first"
select="tt-sort"/>

The result looks like this :

A
C
E
b
d
f

instead of 

A
b
C
d
E
f
Comment 1 Bart Martens 2005-11-27 08:07:28 UTC
Created attachment 55266 [details] [review]
patch for version 1.1.15
Comment 2 GNOME Infrastructure Team 2021-07-05 11:00:48 UTC
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org.
As part of that, we are mass-closing older open tickets in bugzilla.gnome.org
which have not seen updates for a longer time (resources are unfortunately
quite limited so not every ticket can get handled).

If you can still reproduce the situation described in this ticket in a recent
and supported software version, then please follow
  https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines
and create a new ticket at
  https://gitlab.gnome.org/GNOME/libxslt/-/issues/

Thank you for your understanding and your help.