Is it possible to embed php in an xml file? Such as in a Cdata area? This is what I'm trying to do:
I have a webpage that is half static with php logic in it, and the other half is created with an xml doc. I need a variable passed from the static part of the page into the xml doc, from there it would be passed into the xml part of the page and compiled.
I'm kind of new at this and don't really know if this is possible. Any help would be greatly appreciated.