[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Function to Extract integer from string


Subject: Re: [xsl] Function to Extract integer from string
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 24 Oct 2006 13:22:23 +0100

since you are using 2 You can use

replace(.,'[^ 0-9\.]','')
which removes everything except spaces digits and .

> I will eventually group and sort by number.
If you are using saxon you may just be able to use its alpha-numeric
sorting collation directly.



David


Current Thread