I\'m trying to read the following Xml document as fast as I can and let additional classes manage the reading of each sub block.
I am not experiented .But i think XmlReader is unnecessary. It is very hard to use. XElement is very easy to use. If you need performance ( faster ) you must change file format and use StreamReader and StreamWriter classes.