Matthew Fulmer uploaded a new version of XML-Parser to project The Trunk:
http://source.squeak.org/trunk/XML-Parser-mtf.30.mcz==================== Summary ====================
Name: XML-Parser-mtf.30
Author: mtf
Time: 2 June 2010, 9:18:56.547 pm
UUID: 475dbee7-6dde-4e6f-b4d3-b9e784025c47
Ancestors: XML-Parser-mtf.29
oops; bad code in removeElement:; fixed
=============== Diff against XML-Parser-mtf.29 ===============
Item was changed:
----- Method: XMLNodeWithElements>>removeElement: (in category 'accessing') -----
removeElement: element
"Used to purge certain elements from a document after parsing."
+ self elements remove: element ifAbsent: []!
- elements := elements copyWithout: element.!