ASP to put a string of XML into the XMLDOM

Here is the string:

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

Here is the data from the XMLDOM:
child=0 value=1
child=1 value=2
child=2 value=3