XML load in C# fails
XML / XSL
3
Posts
2
Posters
0
Views
1
Watching
-
Loading an XML file into C# I get the error: "There is an error in XML document (5, 4)." but nothing looks wrong and it loads without error into MS's XML Notepad. Any suggestions?
-
Loading an XML file into C# I get the error: "There is an error in XML document (5, 4)." but nothing looks wrong and it loads without error into MS's XML Notepad. Any suggestions?
-
My first guess is there is something wrong with the file or XML you are loading. Are you sure you know what you are loading?
led mike
Sorted it - it was saved in Germany and the numbers in it were in "0,000" format instead of "0.000" and unsurprisingly it barfed.