<?xml version="1.0" ?>
<?xml-stylesheet type="text/xsl" href="trivial.xsl" ?>
<body>
 This is an XML document.  It's well-formed but doesn't have a DTD so
 we can't say if it's valid or not.  It also has a processing
 instruction that tells the browser how to find an XSL stylesheet with
 instructions how to transform the document into HTML.
</body>

