xml :=
XMLWriter writeWith: [:writer |
dict keysAndValuesDo: [:key :value |
writer
tag: key
with: value]]
Sent: Wednesday, February 17, 2016 at 12:46 PM
From: "
[hidden email]" <
[hidden email]>
To: "Any question about pharo is welcome" <
[hidden email]>
Subject: [Pharo-users] Writing a dictionary as XML?
How can I write a dictionary (OrderPreservingDictionary) as an XML string?
XMLWriter is more like a step by step thing.
TIA
Phil