Info: Checking Document at: tst.xml
Info: xsl:id(m1) found 0 hits
Info: Matched IDREF to ID: <input> ==m1==> <model>
Validating island 0 (<model>) (line 5)
Info: Island 0 validated successfully (line 5)
Validating island 1 (<input>) (line 15)
Info: Island 1 validated successfully (line 15)
Copyright 2004 Brain Attic. Comments, questions, or suggestions for improvement? Email us.
The following XML was processed to prepare this report:
0001: <?xml version="1.0"?>
0002: <html xmlns="http://www.w3.org/1999/xhtml" xmlns:x="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
0003: <head>
0004: <title>Basic mixed document</title>
0005: <x:model id="m1">
0006: <x:instance>
0007: <root xmlns="">
0008: <child/>
0009: </root>
0010: </x:instance>
0011: <x:bind nodeset="child" required="1"/>
0012: </x:model>
0013: </head>
0014: <body>
0015: <x:input ref="child" model="m1">
0016: <x:label>Label</x:label>
0017: </x:input>
0018: </body>
0019: </html>