topical media & game development
professional-xml-05-Listing-5-6.xml / xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Process [
<!ELEMENT Address (#PCDATA)>
<!ELEMENT City (#PCDATA)>
<!ELEMENT Country (#PCDATA)>
<!ELEMENT Item (#PCDATA)>
<!ELEMENT Name (#PCDATA)>
<!ELEMENT Order (Item, Quantity)>
<!ELEMENT Process (Name, Address, City, State, Country, Order)>
<!ELEMENT Quantity (#PCDATA)>
<!ELEMENT State (#PCDATA)>
]>
<Process>
<Name>Bill Evjen</Name>
<Address>123 Main Street</Address>
<City>Saint Charles</City>
<State>Missouri</State>
<Country>USA</Country>
<Order>
<Item>52-inch Plasma</Item>
<Quantity>1</Quantity>
</Order>
</Process>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.