...but, I will. I'm just starting out, going thru the basics. But I cant get something to work.
DTD:
<!ELEMENT EVENT (LOCATION)>
XML:
<!DOCTYPE tutorial SYSTEM "tutorial.dtd">
<EVENT>
<LOCATION>West Bay Ballpark</LOCATION>
<LOCATION>West Bay Ballpark</LOCATION>
<LOCATION>West Bay Ballpark</LOCATION>
</EVENT>
This should mean that 'Location' can only be used once right? so why wont I get an error? Same thing goes for '+','*' and '?'
(woops, even vergeten dat dit een nederlandse forum is!)
DTD:
<!ELEMENT EVENT (LOCATION)>
XML:
<!DOCTYPE tutorial SYSTEM "tutorial.dtd">
<EVENT>
<LOCATION>West Bay Ballpark</LOCATION>
<LOCATION>West Bay Ballpark</LOCATION>
<LOCATION>West Bay Ballpark</LOCATION>
</EVENT>
This should mean that 'Location' can only be used once right? so why wont I get an error? Same thing goes for '+','*' and '?'
(woops, even vergeten dat dit een nederlandse forum is!)