Info: Checking Document at: samples/crns.xml
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: <!-- @@@ old namespace used: http://www.w3.org/2002/xforms/cr @@@ -->
0003: <html xmlns="http://www.w3.org/1999/xhtml" xmlns:x="http://www.w3.org/2002/xforms/cr" xmlns:ev="http://www.w3.org/2001/xml-events">
0004: <head>
0005: <title>Basic mixed document</title>
0006: <x:model id="m1">
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>