D
Dummy
Hey there, I'm trying to get my DTD to work with some content, just
wondering if someone could take a look at it for me and see where im
going wrong. Thanks,
<?xml version="1.0"?>
<!DOCTYPE holiday [
<!ELEMENT holiday (entry_date+)>
<!ELEMENT entry_date (activities?, purchases, weather, food?,
photos*)>
<!ELEMENT activities (#PCDATA)>
<!ELEMENT purchases (#PCDATA)>
<!ATTLIST weather (sunny | rainy | cloudy | snowy) "sunny">
<!ELEMENT photos (#PCDATA)>
<!ELEMENT food (#PCDATA)>
]>
<holiday>
<entry_date>
<activities>I went to the beech. It was super fun.</activities>
<purchases>I bought some new clothes at a stall.</purchases>
<weather>sunny</weather>
<food>I had some fish. Yummmmmmy.</food>
<photos>http://www.floridaflorida.org/Beach1.jpg</photos>
</entry_date>
<entry_date>
<activities>Skiing in the alps with Tilly and Minny.</activities>
<purchases>New ski goggles.</purchases>
<weather>snowy</weather>
<food>We ate crips and drank pop.</food>
<photos>http://www.lasource.f9.co.uk/images/Michael skiing 1.jpg</
photos>
</entry_date>
</holiday>
wondering if someone could take a look at it for me and see where im
going wrong. Thanks,
<?xml version="1.0"?>
<!DOCTYPE holiday [
<!ELEMENT holiday (entry_date+)>
<!ELEMENT entry_date (activities?, purchases, weather, food?,
photos*)>
<!ELEMENT activities (#PCDATA)>
<!ELEMENT purchases (#PCDATA)>
<!ATTLIST weather (sunny | rainy | cloudy | snowy) "sunny">
<!ELEMENT photos (#PCDATA)>
<!ELEMENT food (#PCDATA)>
]>
<holiday>
<entry_date>
<activities>I went to the beech. It was super fun.</activities>
<purchases>I bought some new clothes at a stall.</purchases>
<weather>sunny</weather>
<food>I had some fish. Yummmmmmy.</food>
<photos>http://www.floridaflorida.org/Beach1.jpg</photos>
</entry_date>
<entry_date>
<activities>Skiing in the alps with Tilly and Minny.</activities>
<purchases>New ski goggles.</purchases>
<weather>snowy</weather>
<food>We ate crips and drank pop.</food>
<photos>http://www.lasource.f9.co.uk/images/Michael skiing 1.jpg</
photos>
</entry_date>
</holiday>