[
Lists Home |
Date Index |
Thread Index
]
- From: "Sebastien Sahuc" <ssahuc@netaway.com>
- To: "Mailing list for xml-dev" <xml-dev@ic.ac.uk>, "Mailing list for xml-app" <xml-app@sunsite.auc.dk>
- Date: Mon, 9 Nov 1998 11:57:25 +0100
Hi there,
I wonder if there is any specifications available in making XML documents
multilingual.
For instance, I have a xml document that specifies some operations available
to the user (the selection of the operation to call is done through a GUI).
As a small description is associated to each operation, it should be useful
to give the user this description in the custom language.
My first thought will be the following:
...
<method id="fact">
<description lang="english">The factorial method</description>
<description lang="french">La méthode factorielle</description>
<description lang="spanish">La operacíon factorial</description>
<param id="Nbr" mode="in" type="int">
<description lang="english">The number to pass in</description>
<description lang="french">Le nombre à passer</description>
<description lang="spanish">El número a calcular</description>
</param>
</method>
...
Does anybody has a suggestion auround the syntax ? Any comment would be
greatly appreciate.
Thanks,
Sebastien SAHUC
E-mail : ssahuc@netaway.com
_______________________________________________________
NETAWAY Document Oriented Computing
http://www.netaway.com
6, Bd du Général Leclerc Tel : +33 01 55 46 95 20
92115 CLICHY CEDEX Fax : +33 01 55 46 95 29
FRANCE
_______________________________________________________
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)
|