Read an XML File in ASP. HELP?

  • Thread starter Thread starter K-Disk.com
  • Start date Start date
K

K-Disk.com

Guest
Hello,
I am trying to code up a simple ASP Script to read the values of a .xml file. I cannot figure it out. Can anyone give me a quick example?

<?xml version="1.0"?>
<ConfigName="HomePage">
<property name="debug" value="true"/>
<property name="project.name" value="MyProject"/>
<property name="project.version" value="1.0.0"/>
<property name="library" value="MyProject.dll"/>
 
Back
Top