<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="#" type="text/xsl" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html"/>

<xsl:template match="/">
<html>
  <head><title>call document() with wrong mime type</title></head>
  <body>
    <h1>call document() with wrong mime type</h1>
Found <xsl:value-of select="count(document('wrong_mime_style.eurgh')//node())"/> nodes.
  </body>
</html>
</xsl:template>

</xsl:stylesheet>
