Info: Checking Document at: samples/badid2.xml
Info: xsl:id(m1) found 0 hits
Warning: Multiple matches for ID m1, referenced by <input>
Validating island 0 (<model>) (line 6)
Info: Island 0 validated successfully (line 6)
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: <!-- @@@ duplicate IDs on model/instance; also ID is not officially declared with DTD @@@ -->
0006: <x:model id="m1">
0007: <x:instance id="m1">
0008: <root xmlns="">
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>