<?xml-stylesheet type="text/xsl" href="/style/testcase.xsl"?>
<t:test xmlns:t="http://xproc.org/ns/testsuite"
        xmlns:p="http://www.w3.org/ns/xproc"
        xmlns:c="http://www.w3.org/ns/xproc-step"
        xmlns:err="http://www.w3.org/ns/xproc-error"
        error="err:XS0063">
  <t:title>Test err:XS0063 #001</t:title>
  
  <t:description xmlns="http://www.w3.org/1999/xhtml">
    <p>It is a static error if the value of the version
    attribute is not a xs:decimal.</p>
  </t:description>
  
  <t:pipeline>
    <p:pipeline version="1.0_b">
      <p:identity/>
    </p:pipeline>
  </t:pipeline>

</t:test>

