Hi there,
is there any library or code fragment available that is suitable for parsing an XML-file?
I query a webservice for information and retrieve an XML-file which I need to split and extract some information from.
I'd rather do that with some nice routines instead of using string substitution...