[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Generate identifier

Subject: RE: Generate identifier
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 29 Dec 2009 21:10:13 -0000
RE:  Generate identifier
> Now, I have to build a name with only containing [A-Za-z0-9] only.
> My problem is that I often see characters with modifiers like
> 00E0 ` LATIN SMALL LETTER A WITH GRAVE
> 00E1 a LATIN SMALL LETTER A WITH ACUTE
> 00E2 b LATIN SMALL LETTER A WITH CIRCUMFLEX
> 00E3 c LATIN SMALL LETTER A WITH TILDE
> 00E4 d LATIN SMALL LETTER A WITH DIAERESIS ...
>
> My questions:
>   is it acceptable, from the perspective of a western
> language, to replace those characters with a character
> without modifier;
>   is there a way to do this in xslt;

You can use normalize-unicode($input, 'NFD') to convert the string to
decomposed normal form; the diacritics will then be present as separate
characters, which you can detect and remove using a regular expression -
probably the same regex that removes other unwanted characters.

Regards,

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

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.