XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
RE: [xml-dev] Validating Bulk XML Data

> > 		    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]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS