Results 1 to 3 of 3

Thread: [RESOLVED] Reading XML file in vb6

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2008
    Location
    Belfast - N.Ireland
    Posts
    97

    Resolved [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 Attached Files

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Jan 2008
    Location
    Belfast - N.Ireland
    Posts
    97

    Re: Reading XML file in vb6

    sorted. just needed to do this...

    Debug.Print objXML.selectSingleNode("//BuildingNumber").Text

  3. #3
    New Member
    Join Date
    Sep 2008
    Location
    San Diego, CA
    Posts
    11

    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
  •  



Click Here to Expand Forum to Full Width