Any ideas or examples in the most simplest way to do this?
Ive seen something called rapidXML however, it seem rather complex for this task.
Or, maybe, that is the only way?
you can nest what repeater offered a little, if you need to find tag a followed by tag b ... etc value before end of tag a. If it becomes too complex, you can try other ideas but at some point, for complex files, you do end up needing to parse it for real. Just have to ask yourself how much trouble you are willing to go to before doing a full parse.