xsl-list
[Top] [All Lists]

Re: [xsl] Flattening characters to plain latin

2007-02-15 10:06:06
Michael Kay wrote:
In XPath 2.0 I think you can achieve this using

codepoints-to-string(string-to-codepoints(normalize-unicode($in, 'NFKD'))[.
lt 127])

This splits composite characters into the base character plus modifiers,
then strips off the modifiers.

Michael Kay
http://www.saxonica.com/
Thanks that is just what I wanted. All I want now is MarkLogic to implement it!

Thanks but I think that the long way is rearing it's ugly head.


--~------------------------------------------------------------------
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>
--~--