[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
RE: [xml-dev] Validating Bulk XML Data
- From: "Michael Kay" <mike@saxonica.com>
- To: "'Ravindra Rao'" <rrao@globeop.com>,<xml-dev@lists.xml.org>
- Date: Wed, 15 Aug 2007 00:58:02 +0100
> > I ve got a number of xmls in one file and a
> schema for these, is there a way to get around validating
> them one at a time ?
It's unusual to have multiple XML documents in one file. Although there's
nothing in the specs to prevent it, I'm not aware of any XML parsers that
can handle this.
Perhaps you could explain more clearly what you mean?
There's a validation API in JAXP so if you are prepared to write an
application in Java you can achieve what you need: the API allows you to
prepare/compile a schema, construct a validator, and then use the validator
repeatedly to validate multiple source documents.
Michael Kay
http://www.saxonica.com/
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]