XML Concepts
Well-formed XML resources:
Make end-tags explicit: <LI>...</LI>
Make empty elements explicit: <IMG .../>
Quote attributes <IMG SRC="logo" HEIGHT="20"
Use consistent upper/lower case
XML Namespaces:
Mechanism for ensuring unique XML elements:
<?xmlns:FOO="http://foo.org/1998-001" prefix="i">
<P>Insert <i:PART>M-471</i:PART></P>