c++ - Caching XSD schema to reuse in several XML DOM parser tasks in Xerces -


how can cache xsd schema (residing on disk) reused when parsing xmls in xerces (c++)?

i load xsd schema when starting process, then, whenever need parse xml, validate first using loaded schema.

i think found need here.


Comments

Popular posts from this blog

Delphi Wmi Query on a Remote Machine -