I'm having huge trouble with an aspx script. I'm really sorry if you've replied to anything like this before - please point me in the right direction.
I've written a form which sends information to a remote server, this then creates an xml file and sends me back the location as a form field.
there seems to be no way (that i can see!) to get the values from the xml into my page, either to add to a database or output to screen.
the layout of the file is something like:
<result>
<resultdetail>
<name>Emma</name>
<etc></etc>
</resultdetail>
<resultdetail>
<mostly the same but some different></>
</resultdetail>
<importantstuff>
<head></head>
<body></body>
<head></head>
<body></body>
</importantinfo>
</result>
I'm guessing I need to write something to specify how the results come back... I really need help with this one!
thanks
Emma
I've written a form which sends information to a remote server, this then creates an xml file and sends me back the location as a form field.
there seems to be no way (that i can see!) to get the values from the xml into my page, either to add to a database or output to screen.
the layout of the file is something like:
<result>
<resultdetail>
<name>Emma</name>
<etc></etc>
</resultdetail>
<resultdetail>
<mostly the same but some different></>
</resultdetail>
<importantstuff>
<head></head>
<body></body>
<head></head>
<body></body>
</importantinfo>
</result>
I'm guessing I need to write something to specify how the results come back... I really need help with this one!
thanks
Emma