Results 1 to 12 of 12

Thread: [RESOLVED] Extracting data from XML

Threaded View

  1. #10

    Thread Starter
    Addicted Member
    Join Date
    Mar 2010
    Location
    Southeast Michigan
    Posts
    155

    Re: Extracting data from XML

    Quote Originally Posted by wqweto View Post
    This selectNodes like this

    thinBasic Code:
    1. ' replace `Else` part w/ this
    2.         Dim oNode As IXMLDOMNode
    3.         For Each oNode In doc.selectNodes("//Column[Name='Str_Production_Line']/Value")
    4.             MsgBox "Str_Production_Line = " & oNode.nodeTypedValue
    5.         Next
    cheers,
    </wqw>
    Now I'm curious to know if I can go through each row, loop through the name/value pairs in the row and examine each one individually?
    Last edited by dlscott56; Jun 11th, 2019 at 08:23 AM.
    Dave

    Helpful information I've found here so far : The Definitive "Passing Data Between Forms" : Restrict TextBox to only certain characters, numeric or symbolic :
    .NET Regex Syntax (scripting) : .NET Regex Language Element : .NET Regex Class : Regular-Expressions.info
    Stuff I've learned here so far : Bing and Google are your friend. Trying to help others solve their problems is a great learning experience

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