This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Xalan has a nonstandard feature whereby you can have javascript embedded in your XSL to be executed by your XSLT. Alternatively you can call compiled java functions from your XSLT.
(1) Do other XSLTs have similar features (like saxon)? (2) Is the ibm/apache/xalan implementation limited to java and javascript or can I use other languages too like groovy, jython and others? Anyone have an example? I queried the groovy email list and they thought it would be possible but apparently no one as tried it. I think I asked the Xalan email list too (about specifically groovy scripting) but know one responded. (3) Do other implementations support other languages for custom extensions? Can anyone point me to any examples? I am particularly interested in XSLT 2 complaint ones.