[prev in list] [next in list] [prev in thread] [next in thread] 

List:       python-xml-sig
Subject:    [XML-SIG] [Bug #125917] DbDom : no cloneNode method.
From:       noreply () sourceforge ! net (noreply () sourceforge ! net)
Date:       2000-12-15 18:44:25
Message-ID: E146zqD-0007IU-00 () usw-sf-web2 ! sourceforge ! net
[Download RAW message or body]

Bug #125917, was updated on 2000-Dec-15 10:44
Here is a current snapshot of the bug.

Project: Python/XML
Category: 4Suite
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: afayolle
Assigned to : nobody
Summary: DbDom : no cloneNode method.

Details: Here's a small script that demonstrates the bug:

from Ft.DbDom.Dom import DocumentImp

d = DocumentImp()
e = d.createElementNS('','root')
d.appendChild(e)
f = e.cloneNode(1)

--------------

[alf@leo alf]$ python dbdomclone.py
Traceback (innermost last):
  File "dbdomclone.py", line 6, in ?
    f = e.cloneNode(1)
  File "/usr/lib/python1.5/site-packages/Ft/Ods/PersistentObject.py", line 170, in __getattr__
    raise AttributeError(name)
AttributeError: cloneNode


For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=125917&group_id=6473


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic