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

Re: [xsl] XSLT 2.0 Matching characters above 255


Subject: Re: [xsl] XSLT 2.0 Matching characters above 255
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 1 Mar 2005 14:47:58 GMT

ah someone using the bold math characters in plane 1.
We should sign you up to the mathml list:-)

> I thought about using <xsl:analyze-string>, can regex's can do
> comparisons like this?

[&#xFF;-&#x10FFFF;]+

is a regexp that matches a run of one or more characters above 255.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________


Current Thread