[XML-SIG] Re: qp_xml

Sean McGrath sean@digitome.com
Wed, 09 Aug 2000 17:27:16 +0100


[Robin Becker <robin@jessikat.fsnet.co.uk>]
>Is qp_xml.py dead. I tried the version in 0.5.5 and it objects to the
>attrs list being passed by pyexpat to the start_element method. I guess
>either qp_xml has changed or pyexpat has.

pyexpat has changed. When I wrote Pyxie, pyexpat used a list
for attributes. It now uses a dictionary.
I suspect (but don't know) that qp_xml.py is expecting
a list just like Pyxie (still) does.

regards,


http://www.pyxie.org - an Open Source XML Processing library for Python