W
Wardeaux
All,
this XML is killing me... I'm new to XML, all I want to do is parse an XML
string so that I can read the values...
Mystr = "<A1><B1><C1>myC1</C1><C2>myC2</C2></B1><B2>myB2</B2><A1>"
All I need is a simple routine to parse this and display Name/Value pairs in
a MSGBOX like:
C1:myC1
C2:myC2
B2:myB2
All assistance is MOST appreciated!!!
wardeaux
this XML is killing me... I'm new to XML, all I want to do is parse an XML
string so that I can read the values...
Mystr = "<A1><B1><C1>myC1</C1><C2>myC2</C2></B1><B2>myB2</B2><A1>"
All I need is a simple routine to parse this and display Name/Value pairs in
a MSGBOX like:
C1:myC1
C2:myC2
B2:myB2
All assistance is MOST appreciated!!!
wardeaux