Jaxp Xml multiple Schemas validation
843834Jun 13 2002 — edited Jan 18 2006I'm trying to parse and validate an xml document with multiple schema reference inside using Xerces implementation.
I set DocumentBuilderFactory properties:
"http://java.sun.com/xml/jaxp/properties/schemaLanguage"
"http://www.w3.org/2001/XMLSchema"
"http://java.sun.com/xml/jaxp/properties/schemaSource"
Now, I don't know how to set schemaSource property for more than one schema.
Must i set an array of schemaLocation? How can i bind namespace with schemas?
please help me.