This methods should return the classname implementation of the
underlying xslt processor
the classname of the implementation, for example:org.apache.xalan.processor.TransformerFactoryImpl See Also:XalanExecutor.getProcVersion(String)
Try to discover the xslt processor version based on the
className. There is nothing carved in stone and it can change
anytime, so this is just for the sake of giving additional
information if we can find it.
Parameters: classNameImpl - the classname of the underlying xslt processor a string representing the implementation version. throws: BuildException -
Create a valid Xalan executor. It checks if Xalan2 is
present. If none is available, it fails.
Parameters: caller - object containing the transformation information. throws: BuildException - thrown if it could not find a valid xalanexecutor.