Return-Path: X-Original-To: apmail-xalan-dev-archive@www.apache.org Delivered-To: apmail-xalan-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0320A10575 for ; Mon, 14 Oct 2013 09:29:48 +0000 (UTC) Received: (qmail 45736 invoked by uid 500); 14 Oct 2013 09:29:46 -0000 Delivered-To: apmail-xalan-dev-archive@xalan.apache.org Received: (qmail 45571 invoked by uid 500); 14 Oct 2013 09:29:44 -0000 Mailing-List: contact dev-help@xalan.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@xalan.apache.org Delivered-To: mailing list dev@xalan.apache.org Received: (qmail 45560 invoked by uid 99); 14 Oct 2013 09:29:41 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Oct 2013 09:29:41 +0000 Date: Mon, 14 Oct 2013 09:29:41 +0000 (UTC) From: "Bill Blough (JIRA)" To: dev@xalan.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (XALANC-753) sort with mixed case does not produce expected result MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Bill Blough created XALANC-753: ---------------------------------- Summary: sort with mixed case does not produce expected result Key: XALANC-753 URL: https://issues.apache.org/jira/browse/XALANC-753 Project: XalanC Issue Type: Bug Components: XalanC Affects Versions: 1.11, 1.10 Environment: Debian GNU/Linux Reporter: Bill Blough Assignee: Steven J. Hathaway Priority: Minor Forwarded from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=156428 Sorting does not work as expected, based on info at http://www.w3.org/TR/xslt#sorting Input set: cABbaC Expected output set: AaBbCc or aAbBcC (depending on case-order) Actual output set: ABCabc So it appears that sorts are partitioning results based on upper/lower case. Steps to reproduce: $ cat case-sort.xsl c A B b a C $ testXSLT -xsl case-sort.xsl -in case-sort.xsl c A B b a C ABCabc ABCabc -- This message was sent by Atlassian JIRA (v6.1#6144) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@xalan.apache.org For additional commands, e-mail: dev-help@xalan.apache.org