[squeak-dev] The Inbox: XML-Parser-ael.35.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Dec 23 06:10:36 UTC 2011


A new version of XML-Parser was added to project The Inbox:
http://source.squeak.org/inbox/XML-Parser-ael.35.mcz

==================== Summary ====================

Name: XML-Parser-ael.35
Author: ael
Time: 22 December 2011, 10:10:20.73 pm
UUID: 0d95528e-6e3c-0b48-9c2f-081e5a07ce52
Ancestors: XML-Parser-bf.34

Fix needed to make removeElement: work in subclass XMLElement

=============== Diff against XML-Parser-bf.34 ===============

Item was changed:
  ----- Method: XMLNodeWithElements>>removeElement: (in category 'accessing') -----
  removeElement: element
  
  	"Used to purge certain elements from a document after parsing."
+ 	self elementsAndContents remove: element ifAbsent: []!
- 	self elements remove: element ifAbsent: []!




More information about the Squeak-dev mailing list