May 1st, 2008, 03:24 AM
#1
Thread Starter
Lively Member
[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
Attached Files
May 1st, 2008, 04:23 AM
#2
Thread Starter
Lively Member
Re: Reading XML file in vb6
sorted. just needed to do this...
Debug.Print objXML.selectSingleNode("//BuildingNumber").Text
Sep 10th, 2008, 05:44 PM
#3
New Member
Re: [RESOLVED] Reading XML file in vb6
Did you ever finish this project?
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width