Hi,
 
Using Xerces, is there a way I can override the schema file
specified in the XML file instance when I do the schema validation?
 
What I mean is if I have this in my sample.xml
 
xsi:noNamespaceSchemaLocation="/home/paul/sample.xsd"
 
and I want to validate this file against another schema
say in "/home/paul/true_sample.xsd", is there a way I
can do it without modifying sample.xml?
 
THanks for the help,
-Paul

Reply via email to