Hi Robert,

If you compiled without network access, then you'll need to be sure that all of 
the schema files are accessible, for example by implementing a custom 
EntityResolver.  At a minimum, you'll want to provide your own schemas, plus 
any schemas they depend upon, e.g. XMLSchema.

I would suggest testing with a working netaccessor before turning it off, to 
eliminate the possibility that it just can't fetch the schemas, before going 
further with the custom EntityResolver, in case there are other underlying 
issues which haven't been identified yet.

By the way, the master branch (4.0.0) is not released yet, and while no issues 
have been reported to date, you might possibly hit problems using it.  I would 
recommend the xerces-3.2 stable branch or the 3.2.3 stable release.

Kind regards,
Roger

> -----Original Message-----
> From: Robert Hairgrove <evorgri...@hispeed.ch.INVALID>
> Sent: 28 August 2022 15:17
> To: c-dev@xerces.apache.org; c-us...@xerces.apache.org
> Subject: Re: Xerces 4 and XML Schema 1.1 validation
> 
> BTW, I compiled Xerces-C++ with network access disabled since my users will
> not necessarily be connected to the internet, or will be behind a firewall.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
> For additional commands, e-mail: c-dev-h...@xerces.apache.org

Reply via email to