|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: is it possible xpath expression [A-Z]?
The pattern for correctly written roman numerals is
^M*(CM|CD|D?C{0,3})(XC|XL|L?X{0,3})(IX|IV|V?I{0,3})$
To stop at 50, use
^(XL|L?X{0,3})(IX|IV|V?I{0,3})$
-W
On Fri, Nov 27, 2009 at 1:30 PM, Martin Honnen <Martin.Honnen@xxxxxx> wrote:
> ivanmacculi@xxxxxxxxx wrote:
>
>> in particular i need to select all of elements that have, as attribute, a
>> word (canto) followed by a roman number that starts from I (one) and
>> finished to L (fifty).
>> for example <mets:div LABEL="Canto XL">, but also <mets:div LABEL="Canto
>> X">.
>
> See the answer by Michael M|ller-Hillebrand.
>
> --
>
> Martin Honnen
> http://msmvps.com/blogs/martin_honnen/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

![Re: is it possible xpath expression [A-Z]?](/images/get_stylus.gif)




