Results 1 to 18 of 18

Thread: help with XML

Hybrid View

  1. #1

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Sep 2006
    Posts
    116

    Re: help with XML

    here you go:

    Dim xmlDocIssueNumber As DOMDocument
    Set xmlDocIssueNumber = New DOMDocument
    xmlDocIssueNumber.preserveWhiteSpace = True
    xmlDocIssueNumber.loadXML (cIssueNoXML)
    xmlDocIssueNumber.Save ("C:\Documents and Settings\Simon Pogrebinsky\Desktop\xmlSave\issueNo.xml")
    Set nodes = xmlDocIssueNumber.selectNodes("//NewDataSet/AUTONUMBTABLE/AUTOFLAG")



    For i = 0 To nodes.Length - 1
    If Not (nodes.NextNode.selectSingleNode("AUTOFLAG") Is Nothing) Then strFaultFlag = ((nodes.NextNode.selectSingleNode("AUTOFLAG").nodeTypedValue))

    Next

    MsgBox (strFaultFlag)

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