|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Unicode character blocks in strings
tom tom wrote:
> I don't understand why the regex \p{{IsCJKUnifiedIdeographs}}
> contains a double '{}' structure. Why doesn't
> \p{IsCJKUnifiedIdeographs} work?
Because with XSLT where an attribute value template is allowed the curly
braces {} already have a special meaning so you need to double them to
get the regular expression you want.
--
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
|






