Hi Balchandra,
the schema files are loaded by IGXMLScanner::loadXMLSchemaGrammar
(src\xercesc\internal\IGXMLScanner2.cpp), or by
SGXMLScanner::loadXMLSchemaGrammar
(src\xercesc\internal\SGXMLScanner.cpp) if you explicitly selected it
using useScanner().
The code that turns the DOM into a schema representation is instead in
src\xercesc\validators\schema\TraverseSchema.cpp
Alberto
Balchandra Kemkar wrote:
Hi,
Can any one please point me to the location in the Xerces code where the
loading of schema file (xsd) is done.
Regards,
Balchandra