is it possible to put PHP code inside a XML document to be later executed? For example, can I say \" />
\" />
If you run the XML file as a PHP script, then yes. The output of the script will be valid XML, but the file that contains the inline PHP will most likely not be valid XML.