BE_XSLTApply
BE_XSLTApply ( xmlPath ; xsltText ; outputPath )
Applies the XSLT given by the xsltText parameter, to the XML file at xmlPath, and writes the output to outputPath.
Version : 1.0
Parameters :
xmlPath : a system file path.
xsltText : the text content of the xslt to process with.
outputPath : a system file path for the output file.
Result : 0 when successful. Otherwise will return any error text that the process generates.