You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/02/03 21:22:04 UTC

DO NOT REPLY [Bug 16506] - Add "load translet from classpath" feature to the XSLTC TransformerFactory

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

mkwan@ca.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From mkwan@ca.ibm.com  2003-02-03 20:22 -------
The patch was applied. The name of the new attribute is "use-classpath". If 
this attribute is set, the Templates is created from the translet which is 
loaded from the CLASSPATH. The translet name is resolved by the "translet_name" 
attribute, or the base name of the system ID of the input Source, or the 
default name "GregorSamsa", in that particular order.