1 Attachment(s)
[RESOLVED] Reading XML file in vb6
Hi,
i have an xml file to read into my VB6 app. Ive been looking at the DOMDocument method used in the following link...
http://www.nonhostile.com/howto-xml-vb6.asp
but my problem is my XML file is a slightly different format (see attachement). i need a way to read this format. In particular i need to read the values within the QAS Address elements from the file.
Any help is appreciated.
Cheers,
Craig
Re: Reading XML file in vb6
sorted. just needed to do this...
Debug.Print objXML.selectSingleNode("//BuildingNumber").Text
Re: [RESOLVED] Reading XML file in vb6
Did you ever finish this project?:wave: