read xml

  • Thread starter Thread starter Ferry
  • Start date Start date
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%>
 
Back
Top