S sumaira ali Oct 7, 2003 #1 does anyone know of a good tutorial about using C# to create and read from XML files ? thanks sumaira
does anyone know of a good tutorial about using C# to create and read from XML files ? thanks sumaira
M Morten Wennevik Oct 7, 2003 #2 I don't know any tutorials, but you can load the xml document into a XPathDocument and parse it with an XPathNavigator and XPathNodeIterator.
I don't know any tutorials, but you can load the xml document into a XPathDocument and parse it with an XPathNavigator and XPathNodeIterator.
A Abhishek Srivastava Oct 7, 2003 #3 ..Net framekwork comes with lot of examples. look for a file called starthere.html in your .net framework install folder. That will take you to the quick start examples. They are very good. regards, Abhishek
..Net framekwork comes with lot of examples. look for a file called starthere.html in your .net framework install folder. That will take you to the quick start examples. They are very good. regards, Abhishek