[Pkg] The Trunk: XML-Parser-ael.35.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jan 31 00:18:53 UTC 2012


Bert Freudenberg uploaded a new version of XML-Parser to project The Trunk:
http://source.squeak.org/trunk/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 Packages mailing list