jmreinwald
Technical User
Hi,
I've taken a look at some of the typical XML parsers and am looking for an easy way to parse some very specific xml data my company provides with very little overhead.
Strings are definitely my weakpoint, so I need to know how to grab the contents between, say <topic> and </topic>. I do need to make it general enough, so I need to know how to count the number of <topic> tags as well as the extraction noted above. I do not need to deal with attributes, luckily.
Ideas?
I've taken a look at some of the typical XML parsers and am looking for an easy way to parse some very specific xml data my company provides with very little overhead.
Strings are definitely my weakpoint, so I need to know how to grab the contents between, say <topic> and </topic>. I do need to make it general enough, so I need to know how to count the number of <topic> tags as well as the extraction noted above. I do not need to deal with attributes, luckily.
Ideas?