DOM Level 1
    
      - Foundations of the DOM
- Define basic structure: a tree made of a Document, Nodes, NodeLists,
	Elements, Attributes...
- Basic navigation: getChildNodes(), getParentNode()...
- XML extensions: ProcessingInstructions, Entities,
	EntityReferences...