Re: [xsl] XPath expression to convert XSD enumerations intoaregex,longest value first

Subject: Re: [xsl] XPath expression to convert XSD enumerations intoaregex,longest value first
From: "Roger L Costello costello@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 8 Jul 2022 11:19:02 -0000
Michael Kay wrote:

> You need to convert the values to numbers:

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

I executed that in the Oxygen XPath evaluator field. It produced this
incorrect result:

1|2|3|4|5|6|7|8|9|10|11|12

/Roger

Current Thread