XForms Validator (beta) results:

(What is this?)

Info: Checking Document at: samples/badid1.xml

Info: xsl:id(m1) found 0 hits

Warning: No matches for ID m1, referenced by <input>

Validating island 0 (<model>) (line 6)

Validating island 1 (<input>) (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:     <!-- @@@ id on model doesn't match the value used later; also ID is not officially declared with DTD @@@ -->
0006:     <x:model id="m1-error">
0007:       <x:instance>
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>