I have not seen that problem, i'm using these options:

   parser->setFeature(XMLUni::fgXercesUseCachedGrammarInParse, true);

parser->setFeature(XMLUni::fgSAX2CoreNameSpaces, true);

parser->setFeature(XMLUni::fgSAX2CoreNameSpacePrefixes, true);

parser->setFeature(XMLUni::fgXercesValidationErrorAsFatal, false);

parser->setFeature(XMLUni::fgSAX2CoreValidation, true);

parser->setFeature(XMLUni::fgXercesSchema, true);

parser->setFeature(XMLUni::fgXercesSchemaFullChecking, true);



Maybe it can help you...


On Tue, Nov 9, 2010 at 8:30 AM, <[email protected]> wrote:

> Dear xerces users,
> I am validating an xml document against a schema. In the xml document
> itself I declare the xsi:schemaLocation an https URL. There are some
> problems with the certificates and xerces complains.
> Is there any way to connect in an insecure way, in "wget
> --no-check-certificate?
>
> Thank you, so much!
> Mattia
>



-- 
Hilario Perez Corona
"No Religion Higher Than Truth"

Reply via email to