Component 1: XML Document
- XML documents
- are sequences of data characters and markup
- start-tag and end-tag markup delimits elements
- But XSLT does not work directly on XML documents
- Part of the XSLT processing (usually an XML parser)
builds a tree
- XSLT works on trees (made from XML documents)