[XML-SIG] [Bug #124529] DbDom : Dom.py uses DOMError which is not declared

noreply@sourceforge.net noreply@sourceforge.net
Tue, 5 Dec 2000 04:20:50 -0800


Bug #124529, was updated on 2000-Dec-05 04:20
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 : Dom.py uses DOMError which is not declared

Details: 

Here's a patch:

--- /home/alf/4Suite-0.10/DbDom/Dom.py  Fri Nov 17 00:05:37 2000
+++ /usr/lib/python1.5/site-packages/Ft/DbDom/Dom.py    Tue Dec  5 12:50:13 2000
@@ -24,6 +24,14 @@
 from Ft.DbDom import Comment
 from Ft.DbDom import ProcessingInstruction
 
+from xml.dom import DOMException
+from xml.dom import INDEX_SIZE_ERR,DOMSTRING_SIZE_ERR,HIERARCHY_REQUEST_ERR
+from xml.dom import WRONG_DOCUMENT_ERR,INVALID_CHARACTER_ERR,NO_DATA_ALLOWED_ERR
+from xml.dom import NO_MODIFICATION_ALLOWED_ERR,NOT_FOUND_ERR,NOT_SUPPORTED_ERR
+from xml.dom import INUSE_ATTRIBUTE_ERR,INVALID_STATE_ERR,SYNTAX_ERR
+from xml.dom import INVALID_MODIFICATION_ERR,NAMESPACE_ERR,INVALID_ACCESS_ERR
+
+
 
 from Ft.Ods.Collections import LiteralListOfObjects


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