Re: Collating ordered query results

2012-10-10 Thread Cédric Damioli
Hi guys, Following on this, I've submitted a patch here : https://issues.apache.org/jira/browse/JCR-3443 I propose a new XPath function fn:normalize which works perfectly in my case. I'm now awaiting your comments to know what to do with it :) Best regards, Cédric Le 09/10/2012 23:00,

Collating ordered query results

2012-10-09 Thread Cédric Damioli
Hi team, As a French native, I often have to manipulate text containing accents. So that when I execute some Xpath query like //text order by @title, I may get a text titled Aéroport ordered after a text titled Avion, which is not correct. My first idea was to create a special function