[XML-SIG] Bug in SAXParseException class

Dennis Allison allison@sumeru.stanford.EDU
Mon, 24 Mar 2003 14:28:22 -0800 (PST)


It looks to me as if the message has its arguments reversed in 
PyXML-0.8.2.   

The diagnostic raised prints 

End tag for 'resources' seen, but 'garbagetag' expected

for XML with the form

<resources> ...stuff... <garbagetag> .....stuff..... </resources>

where stuff is well-formed.  <grabagetag> is a tag inserted into 
the XML for testing purposes.

Please respond directly as I do not ordinarily read this list.