[XML-SIG] [ pyxml-Bugs-754713 ] minidom Attr value and childNodes don't tie up

SourceForge.net noreply at sourceforge.net
Sat Jun 14 18:43:51 EDT 2003


Bugs item #754713, was opened at 2003-06-15 00:43
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106473&aid=754713&group_id=6473

Category: DOM
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Andrew Clover (bobince)
Assigned to: Nobody/Anonymous (nobody)
Summary: minidom Attr value and childNodes don't tie up

Initial Comment:
minidom allows the childNodes of an Attr to be altered, 
but changes to childNodes do not update the attribute's 
value.




Writing to the attribute's value assumes the Attr has 
exactly one child node (of nodeType Text). If this is not 
the case the child nodes will be updated wrongly; if there 
are no child nodes minidom raises IndexError.




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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106473&aid=754713&group_id=6473



More information about the XML-SIG mailing list