[Simple-support] Serializing inline list of "simple" elements
Brought to you by:
niallg
|
From: Kevin J. <ke...@tr...> - 2008-05-28 03:53:05
|
Hi, I'm trying to serialize objects into XML with the following (example) resulting output: <events> <event>Foo1</event> <event>Foo2</event> <event>etc</event> </events> Is this possible with simple xml? I can't seem to find the right constructs to make this work... thanks, -kevin |