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

Re: [xsl] recognize character entities


Subject: Re: [xsl] recognize character entities
From: Abel Online <abel.online@xxxxxxxxx>
Date: Wed, 30 Aug 2006 11:52:02 +0200

For instance, almost all characters in the range 0x02200 - 0x022FF are included (Mathematical Operators subset in Unicode). The regular expression for this is: [\x2200-\x22FF]. I'm not sure if processor dig this too: Mathematical symbols ought to be matched with the simple expression: \P{Sm}.
Sorry for posting twice.
The above contains an error. I think this ought to be: [&#x02200; - &#x022FF;]. The Perl-style unicode codepoint identifier is not allowed in XPath/Xslt.


-- Abel


Current Thread
Keywords