Feb. 18, 2016
12:28 p.m.
 xml :=    XMLWriter writeWith: [:writer |       dict keysAndValuesDo: [:key :value |          writer             tag: key             with: value]]  Sent: Wednesday, February 17, 2016 at 12:46 PM From: "phil@highoctane.be" <phil@highoctane.be> To: "Any question about pharo is welcome" <pharo-users@lists.pharo.org> 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