<?xml-stylesheet href="general.css"?>
<?xml-stylesheet href="#xsl"?>
<test>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" id="xsl">
  <xsl:output method="xml"/>
  <xsl:template match="//assertion">
   PASS
  </xsl:template>
 </xsl:stylesheet>
 <assertion>FAIL</assertion>
 <!-- Same as 001.xml except type="" is missing, but since this
      is an XML file, it doesn't need to be given. -->
 <!-- In theory. -->
</test>
