Caching XSD schema to reuse in several XML DOM parser tasks in Xerces
Posted
by Catalin Piti?
on Stack Overflow
See other posts from Stack Overflow
or by Catalin Piti?
Published on 2010-04-27T15:46:06Z
Indexed on
2010/04/27
18:53 UTC
Read the original article
Hit count: 290
How can I cache an XSD schema (residing on disk) to be reused when parsing XMLs in Xerces (C++)?
I would like to load the XSD schema when starting the process, then, whenever I need to parse an XML, to validate it first using this loaded schema.
© Stack Overflow or respective owner