Hey, sorry about that.
Basically, I have an XML file. I need to parse this file, get the attributes and elements and use them to generate multiple perl scripts.
My question is, what programming language would be the best to do this? It doesn't seem right to use perl to generate perl scripts as it will become very messy.