Well-Formed XML Documents
- Follow the syntax rules setup for XML by W3C in
- The XML 1.0 Specification (www.w3.org/TR/REC-xml)
- Contain one or more elements
- Root element must contain all the other elements
- Each element nest inside any enclosing elements properly