read xml

F

Ferry

Hello i have the next xml file.

<?xml version="1.0" encoding="ISO-8859-1">
<relation>
<name value="Willem" />
<phone value="0123456789" />
</relation>

Is it possible to read this with asp.net (vbs)?
I want to write the variables in the page with <%=name%> and <%=phone%>
 

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

Top