I've got Xerces successfully parsing and validating XML files using the XercesDOMParser interface. What I can't figure out is how to force the validation to always use a specific XSD file stored on my local drive.
I have found the setExternalSchemaLocation function and I can use it to map my namespace to my XSD file. But that assumes that the author of the XML document has specified the correct namespace in the XML file. Is there some way for me to validate against a particular schema regardless of what namespace is specified in the XML file?
--Stuart A. Malone Llamagraphics, Inc.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
