Jump to content

_XMLDomWrapper.au3 : Read value


seb2020
 Share

Recommended Posts

Hi,

I am using the _XMLDomWrapper for reading this : http://tel.search.ch/api/?wo=Avenue%20de%20la%20paix. I want to read all the info under the entry section. My problem is that I don't know how to read a particular info. I have something like that :

For $i=_XMLGetNodeCount("/feed/entry") to 1 Step -1
MsgBox(0,"_XmlGetNodeCount",$i)
$pathstring = _XMLGetValue("/entry/[" & $i & "]")
MsgBox(0,"",$pathstring)
Next

How can I extract the "content" of the entry ? I don't understand how to read this : "/feed/entry/id/content" ?

Thanks !

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...