OK,
Within my Php, I have a standard xslTranslator() method which takes in:
- The XML (string datatype, in my case the possible values of a DDLB)
- The filename.xsl (the XSLTemplate for the XML, in my case the iteration to embed the above values into a DDLB)
- A Params Array (external...