Re: [XML-SIG] Minidom bug: User-data handlers on attributes fail to fire...

2006-09-29 Thread Martin v. Löwis
[EMAIL PROTECTED] schrieb: > To whoever is in charge of mindom.py, please review and commit :) Please post this to sf.net/projects/python. PyXML is no longer maintained. Regards, Martin ___ XML-SIG maillist - XML-SIG@python.org http://mail.python.org/

Re: [XML-SIG] pyxml build for 2.5 FINAL

2006-09-29 Thread Martin v. Löwis
Paul Watson schrieb: > I woud like to use pyxml with Python 2.5. My existing code is > working under Python 2.4. How can I get pyxml for Python 2.5? You should be able to build PyXML yourself from the latest source release. Notice that PyXML is no longer maintained, though. Regards, Martin ___