You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Pawel Hubczak <P....@ost.com.pl> on 2000/12/22 11:21:45 UTC

v. 1.2.0: When warning occurs, SAXParseException has always the parsed XML doc's system id.

Hi

I am using v. 1.2.0.
When a warning is raised, e.g. in an external DTD, when there is a reference
in content model to an element that is not defined,
the SAXParseException::getSystemId (received by my Error Handler class)
always returns the parsed XML document system id. Shouldn't this be the
external entity system id where the exception occurred?

Regards,
Pawel