Writing a dictionary as XML?
Feb. 17, 2016
5:46 p.m.
How can I write a dictionary (OrderPreservingDictionary) as an XML string? XMLWriter is more like a step by step thing. TIA Phil
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
3816
Age (days ago)
3817
Last active (days ago)
1 comments
2 participants
participants (2)
-
monty -
phil@highoctane.be