Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
White space and XML indentation
Message
 
 
General information
Forum:
ASP.NET
Category:
XML
Miscellaneous
Thread ID:
00845112
Message ID:
00845317
Views:
16
----------
any way to avoid this? I note that there isn't an overload to WriteXml() that allows writing the XML without the "pretty" formatting, which would probably do the trick.
-----------

hi Steve, are you sure about this? What are you passing the WriteXml method?

Check out

DataSet.WriteXml(XmlWriter) ...

... XmlWriter is implemented by XmlTextWriter, and XmlTextWriter has Formatting, Indentation, and IndentChar members.

>L<
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform