Quick question:

When reading a file the DOMParser throws an "error" when elements contain
the same ID value. Is there a way to turn this off or have it throw a
"warning" instead?


I'm using XERCES V1.4 on Solaris & I have validation turned off.

        DOMParser _parser;
        ........
        _parser.setDoValidation(false);
        _parser.setValidationScheme(DOMParser::Val_Never);
        ..........




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to