Xerces Users/Developers, I've run into an issue with Xerces-C 3.0.1 where, using the DOMLSParser, the fgXercesUseCachedGrammarInParse and fgXercesDOMHasPSVIInfo parameters appear to be incompatible.
When I enable the PSVI param, but use un-cached schema validation, the instance document validates and is populated with PSVI info. When I enable the PSVI param and use grammar caching, the instance document validates, but is not populated with PSVI info. The Xerces bugtracker lists this as an open issue (XERCESC-1671). Is there any known workaround to this bug, or are the two features currently completed incompatible?
