Help parsing a text (XML) file

SP33Demon

Lifer
Jun 22, 2001
27,928
142
106
Ok, I have code that will store the text file into a string variable, but I need to parse through the unique ID (say, 10,11,12,13) tags (<10>,<11>,<12>) to get to the tags underneath each of the unique tags (say <10>: <apple>, <11>: <orange>). I have code that will put all of the unique ID tags into a collection, but that isn't going to cut it because I need to also be able to bring in the other values that accompany the unique ID.

Any suggestions on where to get code that will do this is highly appreciated.