<?xml version="1.0" ?>
<?xml-stylesheet type="text/xsl" href="trivial-css.xsl" ?>
<body>
 This is an XML document.  It has a processing instruction that tells
 the browser how to find an XSL stylesheet with instructions how to
 transform the document into HTML.  The HTML (that the XML got
 transformed into) has a link to a CSS stylesheet that changes the
 document's colors.
</body>

