Are there any resources on how to represent (script) code in XML? Libraries, XML schema definitions for this?
What I want to try is to generate a XML representation of (at first) simple script code (such as Bash shell scripts). So I would need support for variables, if/else, loops. Later on I want to be able to write language-independent test cases in XML and have them parsed and executed in different language environments.