The Sun Multi-schema Verifier is a library that validates XML documents against several types of schemas. It is maintained by Kohsuke Kawaguchi, a Sun employee, but it does not appear to be included in Java or JAXB.
...
Code Block |
---|
<last_delivery_for_trip></last_delivery_for_trip>...<stat_area></stat_area> Error at line:1, column:566 of file:///C:/tmp/msv-20081113/LR27454.xml Content of element "last_delivery_for_trip" is incomplete Error at line:1, column:1,452 of file:///C:/tmp/msv-20081113/LR27454.xml Content of element "stat_area" is incomplete the document is NOT valid. |
However, some files that have known problems, such as Pr58497.xml with extraneous spaces, validate without errors.