Creating XML Documents
- HTML, about 100 elements
- XML, you define your own elements
- HTML Browsers try to fix bad HTML code
- XML Processors do not make any guess about the structure of the document
- Well-formed XML Document is the minimal requirement
- Valid XML Document (DTD or XML Schema)