in reply to How do you parse XML?

I never parse the XML as a whole... I usually search for some data between some tags in a given context using regular expression over a slurped string.