Hi Santiago, > As you're experiencing first hand, TrAX has not been designed with >Translets in mind. Hopefully, this will be fixed in the next >version of the >spec. In the meantime, is there a good reason for you not to >pre-compile >stylesheets in memory using a Templates objects instead of a Translet? Unfortunately, yes. The main XSLT files I use are composed of multiple XSLT files located in a jar file. It takes a HUGE amount of time to load them in memory (it takes more time loading them than using them).
Thanks for your answer. Bruno.
