<?xml-stylesheet type="text/xsl" href="/xforms-tests/xsltforms/xsltforms.xsl"?>
<html xmlns:my="http://commerce.example.com/payment" xmlns:txs="http://sourceforge.net/projects/txs" xmlns="http://www.w3.org/1999/xhtml" xmlns:req="http://www.agencexml.com/requests" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <head>
        <title>4.5.4.a xforms-link-exception</title>
        <link rel="stylesheet" href="../../../driverPages/forms/TestSuite11.css" type="text/css"/>
        <xforms:model>
        	  <xforms:instance xmlns="">
                <data>Hello world!</data>
            </xforms:instance>
            <xforms:instance resource="badfile.xml"/>
            <xforms:message ev:event="xforms-link-exception" level="modal">xforms-link-exception</xforms:message>
        </xforms:model>
    </head>
    <body>
        <p class="title">4.5.4.a xforms-link-exception</p>
        <p>You may see an xforms-link-exception message. 
              Processing must halt after dispatching an xforms-link-exception with a resource-uri of the link that failed.
            	Processor specific testing is required to listen for an xforms-link-exception and validate the resource-uri.
            	You must not see 'Hello world!' beneath this paragraph.</p>
        <xforms:output ref="/data">
          <xforms:label>You shouldn't see this : </xforms:label>
        </xforms:output>
    </body>
</html>