[Pkg] The Trunk: XML-Parser-ar.7.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Dec 12 05:52:20 UTC 2009


Andreas Raab uploaded a new version of XML-Parser to project The Trunk:
http://source.squeak.org/trunk/XML-Parser-ar.7.mcz

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

Name: XML-Parser-ar.7
Author: ar
Time: 11 December 2009, 9:52:11 am
UUID: a4780cac-66e9-274f-80f7-4cb2f2bacd61
Ancestors: XML-Parser-bp.6

XMLWriter>>xmlDeclaration: to avoid needless extensions elsewhere.

=============== Diff against XML-Parser-bp.6 ===============

Item was added:
+ ----- Method: XMLWriter>>xmlDeclaration: (in category 'writing xml') -----
+ xmlDeclaration: versionString
+ 	self canonical
+ 		ifFalse: [
+ 			self
+ 				startPI: 'xml';
+ 				attribute: 'version' value: versionString;
+ 				endPI]!



More information about the Packages mailing list