Building Well-Formed XML Document Structure (2)


Include Both Start and End Tags for Elements that aren't empty
<GREETING>Hello from XML</GREETING>

Close Empty Tags with />
<SUBJECT name="XML"/>

The Root Element Must Contain All Other Elements
<DOCUMENT> ..... </DOCUMENT>