Hi Joseph, On Fri, Apr 14, 2023 at 7:12 PM Joseph Kesselman <kesh...@alum.mit.edu> wrote:
> ... Ah. On consideration, this might refer to wanting to run XSLTC-generated > code without the full Xalan jarfile present. In Principle that should be > possible if some runtime dependencies were provided, with DTM being one of > those. But it sounds like that option is mostly theoretical than real right > now; we would need to be generating and publishing the DTM jarfile for that > to work. I've just now, run an example XSLT transformation locally using XalanJ's XSLTC processor, and following are my findings, 1) To compile a translet only following jars are needed : xsltc.jar, bcel jar (bcel-6.7.0.jar for XalanJ 2.7.3), runtime.jar 2) To run a translet, only the translet and xsltc.jar are needed. Perhaps regexp.jar shall also be needed (as mentioned currently within the XalanJ docs), if we're using regex features within XSLT transformation (but I've not been able to test this yet). -- Regards, Mukul Gandhi --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org For additional commands, e-mail: dev-h...@xalan.apache.org