[XML-SIG] pyxml0.8.3/minidom/getElementById still broken???

Alexandre Fayolle Alexandre.Fayolle at logilab.fr
Wed Oct 15 02:02:23 EDT 2003


On Tue, Oct 14, 2003 at 08:51:33PM +0300, Petri Savolainen wrote:
> Information at http://pyxml.sourceforge.net/topics/compliance.html claims it
> is fixed in this version. The same document seems to say a version of
> minidom that comes with python2.3 (running that) also works.
> 
> Yet, running RH9 and having the right version installed (on python 2.3),
> it fails on me, not returning anything where it clearly should. I've
> doublechecked and doublechecked everything I can think of.

Have you parsed the file with a validating parser ? This is required for
getElementsById to work since the parser needs to parse the DTD in order
to know which attributes are IDs. 

-- 
Alexandre Fayolle
LOGILAB, Paris (France).
http://www.logilab.com   http://www.logilab.fr  http://www.logilab.org
Développement logiciel avancé - Intelligence Artificielle - Formations



More information about the XML-SIG mailing list