[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: XPath expression to convert XSD enumerations into

Subject: Re: XPath expression to convert XSD enumerations into aregex,longest value first
From: "Michael Kay mike@xxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 8 Jul 2022 11:09:44 -0000
Re:  XPath expression to convert XSD enumerations into
You need to convert the values to numbers:

> string-join(sort(xs:restriction/xs:enumeration ! number(@value)), '|')

Michael Kay
Saxonica

> On 8 Jul 2022, at 12:04, Roger L Costello costello@xxxxxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> Michael Kay wrote:
>
>> sort the numbers by their value rather than by their length
>
> Do you mean this:
>
> string-join(sort(xs:restriction/xs:enumeration/@value), '|')
>
> Unfortunately that produces an incorrect result:
>
> 1|10|11|12|2|3|4|5|6|7|8|9
>
> (But I do like the simplicity of the XPath expression!)
>
> /Roger

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.