Publish XML documents

While it would be possible to use a DSSSL engine for this purpose, XSL and XSLT are far more popular in the XML field. We will look at a few XML parsers that work as XSLT engines: Using XSLT stylesheets, they produce either a HTML representation of the document, or an intermediate XML document containing "Formatting Objects". The latter can be further processed by formatting objects processors to create printable output.