- May 4, 2003
- 2,026
- 0
- 71
We're supposed to make an XML document with tags that identify my schools class schedule search. and we are also to design the related DTD file.
So far I have this:
<?xml version="1.0"?>
<ClassSchedule>
<Search>Search By Term</Search>
<Terms>
<Term>Winter 2007 View Only</Term>
<Term>Fall 2006 View Only</Term>
<Term>Summer 2006 View Only</Term>
<Term>Spring 2006 View Only</Term>
<Term>Winter 2006 View Only</Term>
</Terms>
</ClassSchedule>
So thats my XML file, is there anyone here who can help me create the DTD file for this? How do I go about it?
Again I think anyone who responds and helps in advance, and yes I am not going to lie it is an assignment, due at midnight (VERY MUCH a procrastinator - but with good reason, Im trying to help out at home, have a full time job and full time school and I started to neglect this couse
and now Im in trouble
) so Any help is appreciated!
So far I have this:
<?xml version="1.0"?>
<ClassSchedule>
<Search>Search By Term</Search>
<Terms>
<Term>Winter 2007 View Only</Term>
<Term>Fall 2006 View Only</Term>
<Term>Summer 2006 View Only</Term>
<Term>Spring 2006 View Only</Term>
<Term>Winter 2006 View Only</Term>
</Terms>
</ClassSchedule>
So thats my XML file, is there anyone here who can help me create the DTD file for this? How do I go about it?
Again I think anyone who responds and helps in advance, and yes I am not going to lie it is an assignment, due at midnight (VERY MUCH a procrastinator - but with good reason, Im trying to help out at home, have a full time job and full time school and I started to neglect this couse
