[C#/XML] Write a XML file
Loading...
10,163
Loading...
Top Comments
see all
All Comments (10)
-
Thank you!
-
Nobody gives a fuck about your stupid, unenlightened opinion. Don't watch the video if you don't like it.
-
Cool :)
-
Thank you.
-
Thanks alot for this, I was wondering if you could make a tutorial on how to EDIT a XML file?
-
intelisense disabled
-
very helpfull, cheers!
-
I really learned something, but i'm far different than a worst case user. you should structure your presentations more and don't whiggle around with your mouse so much, it makes the viewer jiggly...
Loading...
If we can start coding like this..
XmlTextWriter writer = new XmlTextWriter("text.xml", Encoding.UTF8);
writer.Formatting = Formatting.Indented;
It makes the out put xml file fully formated (indented), so its good for eyes.
charithaOnLive 7 months ago 3