Can you be more specific in what you are trying to do?
here, i need to move to a particular node.. so i used xmldocument class
again from that node i need to pic an attribute value corresponding to a particular attribute name... for this i'm using xmltextreader class object.
now what i'm doing is, i am selecting a node using xmldocument class object.. and i'm converting that node into an xmldoc object and saving it into an xml file...
now i'm loading the saved xml file into an xmltextreader class object and picking the attribute value by using one of the method provided by xmltextreader class...