ajack 2004/06/03 12:36:25
Modified: python/gump/utils xmlutils.py
Log:
Still unwinding annotations on XML objects...
Revision Changes Path
1.18 +2 -2 gump/python/gump/utils/xmlutils.py
Index: xmlutils.py
===================================================================
RCS file: /home/cvs/gump/python/gump/utils/xmlutils.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- xmlutils.py 3 Jun 2004 19:28:13 -0000 1.17
+++ xmlutils.py 3 Jun 2004 19:36:25 -0000 1.18
@@ -272,11 +272,11 @@
element=parser.docElement
# Copy over any XML errors/warnings
- transferAnnotations(parser, element)
+ #transferAnnotations(parser, element)
except Exception, detail:
message='Failed to parse XML @ [' + newHref + ']. Details: ' +
str(detail)
- #log.error(message, exc_info=1)
+ log.error(message, exc_info=1)
raise RuntimeError, message
else:
# :TODO: Set any object "invalid"?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]