[XML-SIG] Re: SAX exceptions are odd

Andrew Kuchling akuchlin@mems-exchange.org
Fri, 6 Oct 2000 11:50:01 -0400


On Fri, Oct 06, 2000 at 05:26:38PM +0200, Martin v. Loewis wrote:
>have to stay forever. Other tools will expect that a certain Python
>application formats its XML error messages in a certain way, and they
>will whine if that is ever changed.

Shouldn't the exception class have attributes for .filename, .line,
.column, though, which is all an application needs to be concerned
with?  In fact I thought SAX exceptions already had this, but perhaps
I'm misremembering.

--amk