Execute
Executes the XSLT transformation according to the XSLT specification named in the EngineVersion property, and saves the result to the output file named in the outputFile parameter. If an error occurs, a RaptorXMLException is raised. Use the LastErrorMessage property to access additional information.
COM and .NET
Signature: boolean Execute(string outputFile)
Java
Signature: public boolean execute(string outputFile)