On 4/4/11 11:18 AM, "Michael Bishop" <[email protected]> wrote: >Can someone shed some light as to why I can't successfully perform >certain functions without an Internet connection? I'm doing two kinds of >validation. The first is schema validation.
Unless you override all entity resolution and/or use various non-normative (and somewhat insecure) hints for schema lookup, you'll often get remote schema fetches. XML Schema resolution is among the more broken parts of the XSD spec. -- Scott
