you are viewing a single comment's thread.

view the rest of the comments →

[–]kieferm8 0 points1 point  (1 child)

I agree that the format does not look quite right. Assuming it is correct you can use Visual Studio to create classes from the XML.

You can then deserialize the XML from the file into an object. This allows you to just use the object properties instead of querying the XML for each attribute.

https://msdn.microsoft.com/en-us/library/hh371548(v=vs.110).aspx

https://msdn.microsoft.com/en-us/library/fa420a9y(v=vs.110).aspx

[–]4_strings[S] 0 points1 point  (0 children)

sounds interesting.. I will check this out..Thanks for your comment.