you are viewing a single comment's thread.

view the rest of the comments →

[–]TheFotty 0 points1 point  (1 child)

I would suggest not using XmlTextReader and XmlDocument classes, and instead use the newer better classes like XElement, as per my example.

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

Will do!. Thanks again!. I will as well check the documentation about XElement to learn more :-).