caeanis Posted February 4, 2008 Posted February 4, 2008 I have file that I'm writing to using the appendchild function and then save. It works, but the problem is that it doesn't insert line item and indent the tag properly, each childnode gets written on the same line one after another. Is there a function or class that can indent the child nodes automatically besides doing it via xmltextreader? Quote
mskeel Posted February 5, 2008 Posted February 5, 2008 If you are just trying to read the XML file yourself, drop it into the VS editor. VS will automatically indent everything and format the XML so that it is more human readable. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.