Hi all,
I have a bit of a question. I need to write an XML file detailing two or more states, each state with two or more counties as well as each county with two or more cities. I already have the DTD file laid out like this:
<!ELEMENT usa(state+)>
<!ELEMENT state(stName, stCapital, stPopulation, stArea, StGovernor,stCounties)>
<!ELEMENT stName (#PCDATA)>
<!ELEMENT stCapital (#PCDATA)>
<!ELEMENT stPopulation (#PCDATA)>
<!ELEMENT stArea (#PCDATA)>
<!ELEMENT stGovenor (#PCDATA)>
<!ELEMENT stCounties(county+)>
<!ELEMENT county(coName,coSeat,coPopulation)>
<!ELEMENT coName (#PCDATA)>
<!ELEMENT coSeat (#PCDATA)>
<!ELEMENT coPopulation (#PCDATA)>
This is my first time writing anything strictly in XML format so how should I go about this? Are there any freeware XML editors I should know about?
If any of you need to, you can go to
http://matcmadison.edu/faculty/jjone...0/A10descr.htm
Ben
Madison Area Technical College student
-------------------------
I am one of those people that you call "Microsoft Access Freaks". I'm addicted to Access