ASP to read XML from a file.

Here is the data stored in the file xml4b.xml:

<toptag><first>1</first><second>2</second><third>3</third></toptag>

Loading the file using the object-name.load method yields:


child=0 value=1
child=1 value=2
child=2 value=3