[
Lists Home |
Date Index |
Thread Index
]
- From: "Aaron Skonnard" <aarons@develop.com>
- To: <martind@netfolder.com>, "Xml-Dev" <xml-dev@xml.org>
- Date: Sun, 16 Apr 2000 21:19:47 -0600
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@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|