Glenn,
> I had first played with Translets using Xalan 2.1, where XSLTC was used to
> generate the java class files for a stylesheet. The Xalan 2.2 dev releases
> still have a version of XSLTC that does this. That gave me the impression
> that you still needed to use the class files generated by XSLTC if you
> wanted to precompile a stylesheet.
This would have been the optimal design - with regard to performance, but we
could not find a way of doing this and not breaking the well-defined (and
well structured) TrAX API.
> Will XSLTC be modified to create a Translet Templates object, then serialize
> it to file so it works with the new TraX?
The current code does this.
> I looked at the samples/compiledJAXP/Compile.java source. That will be
> easy to plug in to an ant build.
You can use this code with the current TrAX implementation.
Morten