After an advice from a user that answered to my question I\'m tring to convert my XmlDocument code to XmlReader code but I\'m having some troubles.
This is XML (generate
You can use
XmlReader xmlReader = new XmlNodeReader(xmlDoc);
See: http://blog.jongallant.com/2007/01/convert-xmldocument-to-xmlreader.html