<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:vxml="http://www.w3.org/2001/vxml"
      xmlns:ev="http://www.w3.org/2001/xml-events">
 <head>
  <title>VoiceXML MIME type handling: application/xml (standard XML MIME type)</title>
  <vxml:form id="fail">
   <vxml:block>
    This test has failed. Ignore everything else in this document.
   </vxml:block>
  </vxml:form>
  <vxml:form id="test">
   <vxml:block>
    PASS.
   </vxml:block>
  </vxml:form>
 </head>
 <body ev:event="load" ev:handler="#test">
  <p>This document should have spoken the word PASS.</p>
 </body>
</html>

