Creating XSLT Style Sheets
- XML document are trees of nodes
- Types of Nodes
- Document root
- Start of document
- Attribute - Value of an attribute
- Comment - Text of a comment
- Element - Character data in the element
- Namespace - Namespace's URI
- Processing Instruction - Text of processing instruction
- Text - Hold the text of the node