XForms Validator (beta) results:

(What is this?)

Info: Checking Document at: samples/badevent.xml

Warning: This XForms Action has a suspicious event name: xforms-value-changing (line 18)

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 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:       <!-- @@@ the event name 'xforms-value-changing' is not recognized in XForms 1.0 @@@ -->
0018:       <x:alert level="modal" ev:event="xforms-value-changing" xmlns:ev="http://www.w3.org/2001/xml-events">Oops!</x:alert>
0019:     </x:input>
0020:   </body>
0021: </html>