9 Next | First| Previous How do I Get There from Here?
a brief introduction to XML-related technologies

XSLT


powerful transformation language

The input to an XSLT engine is

  • your source (a TEI XML document)
  • a stylesheet (an XSL XML document)

The output is most anything, but particularly another XML vocabulary (XHTML, SVG, XSLFO)

XSLT is the basis for a lot of other tools (e.g., Schematron)