heya i'm trying to create a script which reads xml data.. now there's a tag <category> in the xml file but it's something like: <category domain="http://www.test.be/view.php?sub=4">Album</category> i would want to retrieve the word Album, the text between the tags when i use: set count 0 s...