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

Re: XML and Internationalization...

  • From: <david@m...>
  • To: <xml-dev@i...>
  • Date: Mon, 9 Nov 1998 09:54:13 -0500 (EST)

xml lang en
Deke Smith writes:

 > I would suggest one change to your syntax: there is a standard tag
 > for language specification in XML. That tag is "xml:lang" and it
 > uses ISO 639 language codes. You can find the language codes at <
 > http://www.isoc.org:8080/langues/iso639.fr.htm>.

One important point to note is that by itself, the 'xml:lang'
attribute simply indicates the language of the content and attribute
values -- it does not suggest that sibling elements with different
xml:lang values either are or are not equivalents in other languages.
For example, I could have

<itinerary>
  <city xml:lang="fr">Montr&#233;al</city>
  <city xml:lang="en">London</city>
  <city xml:lang="it">Roma</city>
</itinerary>

where the three elements are clearly not alternate versions of the
same thing.

 > <method id="fact">
 > 
 >     <description xml:lang ="en">The factorial method</description>
 >     <description xml:lang ="fr">La méthode factorielle</description>
 >     <description xml:lang ="es">La operacíon factorial</description>
 > 
 >     <param id="Nbr" mode="in" type="int">
 >         <description xml:lang ="en">The number to pass in</description>
 >         <description xml:lang ="fr">Le nombre à passer</description>
 >         <description xml:lang ="es">El número a calcular</description>
 >     </param>
 > 
 > </method>
 > ....

This example is perfectly reasonable, as long as you remember that the
idea that the description elements represent the same thing in
different languages is derived from the document type (or vocabulary), 
not from the 'xml:lang' attribute itself.  As far as 'xml:lang' is
concerned, you could just as easily have

<description xml:lang="en">The</description>
<description xml:lang="fr">m&#233;thode</description>
<description xml:lang="es">factorial</description>

where all three make up the same description.


All the best,


David

-- 
David Megginson                 david@m...
           http://www.megginson.com/

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i...
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)


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.