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

Re: Natural Sort

Subject: Re: Natural Sort
From: Rudi Starcevic <tech@xxxxxxxxxxxx>
Date: Wed, 25 Jan 2006 12:03:01 +1000
rudi starcevic
Hi,

Thank you, substring-after and substring-before are perfect.

The real world data actually has the 3 types of domain names

EG:

>> <server dn="media1.mysite.com" id="server392" os="FreeBSD 5.1"/>
>> <server dn="media2.mysite.com" id="Server488" os="Fedora Core 1"/>
>>    ...
>> <server dn="media10.mysite.com" id="Server433" os="Fedora Core 1"/>

>> <server dn="members1.mysite.com" id="server322" os="Debian Linux"/>
>> <server dn="members2.mysite.com" id="Server435" os="Fedora Core 2"/>
>>    ...
>> <server dn="members10.mysite.com" id="Server491" os="FreeBSD 4.11"/>


<xsl:sort
select="substring-after(substring-before(@dn, '.'),'media')"
data-type="number"
order="ascending"/>

I don't think I can use a regular expression as the second parameter
for substring-*

Topxml.com says : 'The string that is searched in the source string'.

Is it possible to substing-* on '/media|members/' ?

Many thanks.
Regarda,
Rudi.

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.