Reading XML from VB 6.0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ajayvaram
    New Member
    • Dec 2007
    • 14

    Reading XML from VB 6.0

    Hi all,

    i need code to read xml file and at same time i have store that xml attribute with path ..
    plz check bellow ex,,

    <node1..attribu te1="value1"... attribute2="val ue1"..>
    <.....>
    <element1 attribute3="val ue3" .....>

    ............... ....
    </element>
    ...
    </node>

    suppose this is a xml file

    i have to read each attribute & value with details of related element and node..


    plz send the code in Vb 6.0 ASPS.
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    Originally posted by ajayvaram
    Hi all,

    i need code to read xml file and at same time i have store that xml attribute with path ..
    plz check bellow ex,,

    <node1..attribu te1="value1"... attribute2="val ue1"..>
    <.....>
    <element1 attribute3="val ue3" .....>

    ............... ....
    </element>
    ...
    </node>

    suppose this is a xml file

    i have to read each attribute & value with details of related element and node..


    plz send the code in Vb 6.0 ASPS.
    hey, your timing is impeccable, working on something as I write this to you. Talk to me, are you trying to talk and XML file using VB. I am working to read XML information created.

    Are you reading from a file path? meaning that is youyr xml file located on the C drive, your desktop?

    I am hoping to read using:

    [CODE=VB]

    Open App.Path "\....."...

    FileName = FreeFile

    [/CODE]

    I am using a recordset.

    Hope this is the direction you are going.

    In a bit;-)

    Comment

    Working...