Hi!
I'm working on a big XML document that I need to change slightly. I think it can be done with XSLT but I can't figure out how. The document is full of tags like these:
Can this be done with XSLT or is some other script solution better? I don't know XSLT and I tried to learn it just to solve this problem but I'm not doing very well. This is my attempt so far:
It does the job but the problem is that it removes all tags other than ones explicitly written in my code. How can I keep all the tags from the original file and just rebuild the <verse> tags according to my code?