B
Bounz
Hello,
I have a set of XML Schemas and a Xerces DOM parser that is supposed to
use those xsd to validate an XML.
My problem is that I want to put the xsd and the parser in the same jar
and enable the parsing of xml without having to specify the xsd location
in the xml. Since the xsd are in the jar, I cannot use the
DOMParser.setProperty() to specify the xsd location (or can I, but how?)
Do you know a way to do such a thing? Is it even possible?
Thanks
Antoine Brun
I have a set of XML Schemas and a Xerces DOM parser that is supposed to
use those xsd to validate an XML.
My problem is that I want to put the xsd and the parser in the same jar
and enable the parsing of xml without having to specify the xsd location
in the xml. Since the xsd are in the jar, I cannot use the
DOMParser.setProperty() to specify the xsd location (or can I, but how?)
Do you know a way to do such a thing? Is it even possible?
Thanks
Antoine Brun