ColettePiolineART
New Member
For our swimming database we have written an nice importer that has worked for a couple of years now. However, the source of the times (xml file per meet) has changed and now the importer doesn't work anymore.The problem is that the new xml files have all the data on 1 line instead of a normal tree-like stucture.When i open the xml file in a browser it says 'This XML file does not appear to have any style information associated with it. The document tree is shown below.'Now before anyone says this can be ignored, it can't in our program.So i am looking for a way to add this style information to the xml file via C#.Anyone got any ideas how to do it or where to look ?BTW, those who have seen this message before and want to add the style information to a single file, check out http://citrixblogger.org/2010/08/13/one-line-xml-files/(This works great for a few files, but to do about 100 by hand each week, including saving the file afterwards etc, is not a real option for me).