[Mono-list] XML Serialization Troubles
Robert Caskey
rcaskey@uga.edu
Sat, 28 Jun 2003 11:14:34 -0400
I'v got a class I am Serializing that contains an Array of
objects, and the resulting xml looks more or less like so:
<Doc>
<WidgetList>
<Widget />
<Widget />
</WidgetList>
</Doc>
when what I really want is:
<Doc>
<Widget />
<Widget />
</Doc>
I have found the tags needed to ignore the outer tags all
together, but then as one might expect, it doesn't process
the stuff on the inside. Any help would be much appreciated.
Sincerely,
Rob J. Caskey