XForms Validator (beta) results:

(What is this?)

Info: Checking Document at: samples/nottrue.xml

Warning: XPath value of 'true' or 'false' may be incorrect (prefer 'true()' or 'false()' or even better, '1' or '0' (line 12)

Info: xsl:id(m1) found 0 hits

Info: Matched IDREF to ID: <input> ==m1==> <model>

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

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:     <x:model id="m1">
0006:       <x:instance>
0007:         <root xmlns="">
0008:           <child/>
0009:         </root>
0010:       </x:instance>
0011:       <!-- @@@ required="true" matches a node-set; should be "true()" or "1" @@@ -->
0012:       <x:bind nodeset="child" required="true"/>
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>