I am looking to be pointed to a resource that could possibly help me to create XML output files using an Xquery statement via PHP. My hope is that I could access a function like the following:
excute_XML_query(someXML.xq, resultXMLdocument.xml) Where some XML.xq is my query script and resultXMLdocument.xml is output that can be used elsewhere. Thanks!
