Hi,
I want to serialize an object graph in XML, so I'm using the SOAP serializer
(XML serializer doesn't support object graphs).
Is there a way to tell the SOAP Serializer to indent the XML output?
Thanks in advance,
Francisco Garcia
Dino Chiesa [MSFT] - 08 Jul 2003 18:40 GMT
You could run the output through an XmlTextReader and an XmlTextWriter with
indent set.
-Dino
> Hi,
>
[quoted text clipped - 6 lines]
>
> Francisco Garcia