Component 2: The XSLT Stylesheet
(aka XSLT Transform)
- A computer program
- Transformation instructions
- Called a “stylesheet” (or a “transform”)
- A well-formed XML document!
- Commands in the XSLT language are
- a tag set (elements and attributes)
- defined by the W3C XSLT recommendation
- that look like this (<xsl:sort> and <xsl:number>)