I have found one fuction, xslt_run(resource xh, string xslt_file, string data_file[, string result[, array xslt_params[, array xslt_args]]])
Notice it takes "array xslt_params". However getting thi function to actually tranform my XML is a problem.
Does anyone have an example using this function? Even if all it does is a basic implement?
If not I may have to start using the JAVA lib's, but I REALLY don't want to go there.
thanks in advance for any help you might be able to provide.
-Greg