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

Human names (was: Elements order:)

  • From: John Cowan <cowan@m...>
  • To: "Christopher R. Maden" <crism@m...>
  • Date: Thu, 23 Aug 2001 08:22:47 -0400 (EDT)

human names
Christopher R. Maden scripsit:

> I disagree there - I like to be able to encode Asian and western names in 
> their proper cultural order but still know which is the given and which is 
> the family name.

The best way to handle this particular modeling situation is to store
the full name, in culturally correct order, in one element, and the
sorting name in another:

<name><commonName>John Cowan</commonName><sortName>Cowan, John</sortName></name>

This is close to what X.500 does with its commonName and surname fields.
In this way we can handle different cases:

English/French/German: order is personal name, surname; sort by surname
Magyar/Chinese/Japanese: order is surname, personal name: sort by surname
Icelandic: order is personal name, patronymic: sort by personal name
Hispanic: order is personal name, surname, mother's surname: sort by surname
Russian: order is personal name, patronymic, surname: sort by surname
Arabic: ???

As usual with i18n, It's Harder Than You Think, even after applying this rule.
:-)

-- 
John Cowan           http://www.ccil.org/~cowan              cowan@c...
Please leave your values        |       Check your assumptions.  In fact,
   at the front desk.           |          check your assumptions at the door.
     --sign in Paris hotel      |            --Miles Vorkosigan

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
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

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.