I\'m saving 2-dimensional coordinates on an XML file with a structure similar to: <?xml version=\"1.0\" encoding=\"utf-8\" ?>
How do you convert XmlReader to XmlTextReader? Code Snippet: XmlTextReader reader = XmlTextReader.Create(pomfile.FullName);