We are using XSLTC exclusively, but now we want to implement more re-usable XSL code and in order to do so, it seems inevitable that runtime evaluation of xpath's is neccesary. This implies the use of the EXSL extension 'evaluate', which unfortunately, does not work and there is no expected fix (see bug #15553).
What about using the xalan-java mechanism to directly invoke code such as "org.apache.xapth.XPathAPI.eval()" from XSLTC? Will that work? As an alternative, can we mix translet code and intrepretive mode of XSL to use the 'evaluate' function? The sparse documentation on "SmartTransfomer" implies this possiblity, but does not explain how. Thanks, Chris Wolf -------------------------------------------------------- NOTICE: If received in error, please destroy and notify sender. Sender does not waive confidentiality or privilege, and use is prohibited. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
