|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Multi-lingual experiment - a call for action
Here's spanish:
<!DOCTYPE xmldev-experimento [
<!ELEMENT xmldev-experimento (item)+>
<!ELEMENT item (titulo, autor, editor, precio)>
<!ATTLIST item xml:lang CDATA #REQUIRED>
<!ELEMENT titulo (#PCDATA)>
<!ELEMENT autor (#PCDATA)>
<!ELEMENT editor (#PCDATA)>
<!ELEMENT precio (#PCDATA)>
<!ELEMENT precio moneda CDATA #REQUIRED>
]>
<xmldev-experimento>
<item xml:lang="espanol">
<titulo>Guia de STL</titulo>
<autor>David Musser</autor>
<editor>Addison Wesley</editor>
<precio moneda="peso">54.50</precio>
</item>
</xmldev-experimento>
-aaron
> The original document:
> <!DOCTYPE xmldev-experiment [
> <!ELEMENT xmldev-experiment(item)+ >
> <!ELEMENT item (title, author, publisher, price) >
> <!ATTLIST item xml:lang CDATA #REQUIRED >
> <!ELEMENT title (#PCDATA) >
> <!ELEMENT author (#PCDATA) >
> <!ELEMENT publisher (#PCDATA) >
> <!ELEMENT price (#PCDATA) >
> <!ATTLIST price currency CDATA #REQUIRED>
> ]>
> <xmldev-experiment>
> <item xml:lang="english">
> <title>STL Tutorial</title>
> <author>David Musser</author>
> <publisher>Addison Wesley</publisher>
> <price currency="can">54.50</price>
> </item>
> </xmldev-experiment>
>
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@x...&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








