Info: Checking Document at: samples/leakyns.xml
Warning: Is the following <instance> child namespaced correctly? (Forgot xmlns=?): root (line 8)
Warning: Is the following <instance> child namespaced correctly? (Forgot xmlns=?): child (line 9)
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 16)
Info: Island 1 validated successfully (line 16)
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: <!-- @@@ forgot xmlns="" on <root> @@@ -->
0008: <root>
0009: <child/>
0010: </root>
0011: </x:instance>
0012: <x:bind nodeset="child" required="1"/>
0013: </x:model>
0014: </head>
0015: <body>
0016: <x:input ref="child" model="m1">
0017: <x:label>Label</x:label>
0018: </x:input>
0019: </body>
0020: </html>