Hi Scott, Scott Cantor <[email protected]> writes:
> I think I know the answer, but is the fgXercesLoadSchema feature new in 3.x? Yes, it is available since 3.0.0. > I seem to recall finding no reliable way to prevent it from following > imports in dependent schemas in the past without registering my own > resolver and playing some games, so my strategy has been to register > the namespace -> entity mappings in various ways, rather than > registering and loading schemas directly like your sample does. fgXercesLoadSchema won't prevent loading imported/included schemas that are referenced from schemas that you explicitly load with the loadGrammar() calls. Only schemas that are specified in the XML documents. Boris -- Boris Kolpackov, Code Synthesis http://codesynthesis.com/~boris/blog Open-source XML data binding for C++ http://codesynthesis.com/products/xsd XML data binding for embedded systems http://codesynthesis.com/products/xsde Command line interface to C++ compiler http://codesynthesis.com/projects/cli --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
