Nicolas Cellier uploaded a new version of XML-Parser to project The Trunk:
http://source.squeak.org/trunk/XML-Parser-nice.27.mcz==================== Summary ====================
Name: XML-Parser-nice.27
Author: nice
Time: 13 February 2010, 10:11:07.982 pm
UUID: 50f4c56e-d05a-c94d-b2a2-7cc233f3c8cf
Ancestors: XML-Parser-nice.26
merge XML-Parser-Alexandre_Bergel.20
=============== Diff against XML-Parser-nice.25 ===============
Item was changed:
----- Method: XMLElement>>at: (in category 'accessing') -----
at: aSymbol
+ ^ self attributeAt: aSymbol ifAbsent: ['']
+ !
- ^ self attributeAt: aSymbol !