Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
White space and XML indentation
Message
 
 
Information générale
Forum:
ASP.NET
Catégorie:
XML
Divers
Thread ID:
00845112
Message ID:
00845317
Vues:
17
----------
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<
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform