I am creating an XML file from a group of flat files, using the XML object model. When I open my XML file up in Windows Explorer all the parent and child nodes are in the correct place.
Ex 1:
<title>
<tag1>test</tag1>
<tag2>test again</tag2>
</title>
When I open the file up in notepad, the...