My Question
I have an xml file with invalid syntax first of all, second i cant do anything to change it, due to the company thats feeding the xml.
I have element nodes that i need to gut out the space, how can i do that VIA C# .NET
I also have the option to get the data via a CSV format instead, thinking it might be easier to replace the values as a CSV rather then some XML String, but i just don't know how or the best way.
Example
Provided:
<Avg Pos> value </Avg Pos>
Required:
<AvgPos> value </AvgPos>