<?xml version="1.0" ?>
<?xml-stylesheet type="text/css" href="trivial.css" ?>
<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 a CSS stylesheet with
 instructions how the document should look.
</body>

