DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16506>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16506 Add "load translet from classpath" feature to the XSLTC TransformerFactory Summary: Add "load translet from classpath" feature to the XSLTC TransformerFactory Product: XalanJ2 Version: CurrentCVS Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: org.apache.xalan.xsltc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Right now the XSLTC TransformerFactory can create a Templates from a Translet using the "auto-translet" attribute. In order to use this feature, the user has to specify the physical path of the jar or class file which contains the translet. In production environments, there are cases where the translet jars are on the CLASSPATH, but the users do not know the physical paths of the jars. In this case the feature of loading a translet from the CLASSPATH is useful. This is done by adding a new attribute to the XSLTC TransformerFactory.
