Get Value From XML

A

Alex

HI All,

need your help to know if there is a way to retrive that (LocationInfos
value='5') from an ASP page, i am interested to get size value in an asp
variable to handle any exception, but i dont know hot to retrieve it :-(

this is the xml source:

<LocationInfos size='5'>
<LocationInfo>
<city>Miami</city>
.........

this is part of the asp script i am using to retrive all the values:

Set xmlhttp = Server.CreateObject("MSXML2.ServerXMLHTTP")
xmlhttp.Open "POST","http://www.mywebsite.com?",false
xmlhttp.setRequestHeader "Content-Type",
"application/x-www-form-urlencoded"
xmlhttp.send datatosend
........

Any idea?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top