John W. Shipman <[EMAIL PROTECTED]> wrote:

True for Python 2.3, but my principal workstation still has
Python 2.2, and even when I use the factory methods, the
.ownerDocument attribute of the DocumentFragment is None.

Ugh, you're right, it's a typo in createDocumentFragment:

        d = DocumentFragment()
        d.ownerDoc = self

(instead of ownerDocument.)

Could you perhaps install PyXML on the 2.2 setup? The 2.2 minidom has a few other bugs you might also wish to avoid.

--
Andrew Clover
mailto:[EMAIL PROTECTED]
http://www.doxdesk.com/
_______________________________________________
XML-SIG maillist  -  XML-SIG@python.org
http://mail.python.org/mailman/listinfo/xml-sig

Reply via email to