xsl-list
[Top] [All Lists]

RE: [xsl] is it possible xpath expression [A-Z]?

2009-11-27 13:12:19

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})$

That's "correctly" according to the usually accepted modern conventions for
roman numbering. But see for example

http://en.wikipedia.org/wiki/Roman_numerals#IIII_vs_IV

which includes a photograph of an inscription on Admiralty Arch in London
recording the date as MDCCCCX (=1910).

Regards,

Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay 


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>