OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: XML and Internationalization...

[ Lists Home | Date Index | Thread Index ]
  • From: <david@megginson.com>
  • To: <xml-dev@ic.ac.uk>
  • Date: Mon, 9 Nov 1998 09:54:13 -0500 (EST)

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@megginson.com
           http://www.megginson.com/

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





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS