T Tracey Aug 31, 2003 #1 Can someone tell me how to load a xml file into a xmldocument object by pathname of the xml file? Thanks in advance!
Can someone tell me how to load a xml file into a xmldocument object by pathname of the xml file? Thanks in advance!
T Tracey Aug 31, 2003 #3 Thanks. -----Original Message----- Hello, Untested: \\\ Dim doc As New XmlDocumen() doc.Load("C:\bla.xml") .. .. .. /// Have a look at the documentation in future. Regards, Herfried K. Wagner -- MVP · VB Classic, VB .NET http://www.mvps.org/dotnet . Click to expand...
Thanks. -----Original Message----- Hello, Untested: \\\ Dim doc As New XmlDocumen() doc.Load("C:\bla.xml") .. .. .. /// Have a look at the documentation in future. Regards, Herfried K. Wagner -- MVP · VB Classic, VB .NET http://www.mvps.org/dotnet . Click to expand...