Hi Ivan,you can use the API setProperty(XMLUni::fgXercesSchemaExternalSchemaLocation, "namespace schema.xsd") to force the binding of an XML with the desired schema.
Hope this helps, Alberto At 11.53 01/07/2005 +0200, Ivan Bogouchev wrote:
Hi, I'd like to validate some xml documents that are not under my control but they dont specify a grammar. Can I explicitly load a grammar in the DOMBuilder and tell it to verify documents aginst that grammar? thanks in advance
