I have a lot of resources on how to write a schema file. But none of them discuss or show sample code on how to actually write a parser that validates my XML data file against the XML schema file.
Most places that I check for validation point to Xerces, and the support for that seems to be fresh out of the oven. I wrote a validating parser, but it doesn't really seem to work fully! (If anyone cares to see it, I can send it to you.)
Is the schema validation work complete in Xerces? I just need the basic data type support and attribute dependency support.
If you know of any sample validating parsers, can you please send me a link?
Thanks,
-ramin
- validate an XML file according to schema ramin_rad
- Re: validate an XML file according to schema Steven Ihde