I know I can accomplish this with Regex, however, being not familiar with RegEX (yet to find a good howto/reference), I was wondering if there's other simple ways to parce XML files, or if there's a tutorial for regex somewhere
For example, I want to get the Hello World! from <test>Hello World!</test>
Also, how would I get the attributes from the tags? Like <test name="hello">
Thanks