The only thing I'm using it for that I can't find some other way of doing is accessing a particular Java object. I'm passing in by setting it as a parameter on the Transformer. So I use the ExpressionContext to get the Transformer.
The only other way I can see of doing that is create an instance of the object that has the extension methods (they're all static currently), set the object I need to access, and pass it into the XSLTC as a parameter. -----Original Message----- From: Joseph Kesselman [mailto:[EMAIL PROTECTED] Sent: Wed 04/02/2004 1:55 PM To: [EMAIL PROTECTED] Cc: Subject: Re: Extension functions in XSLTC using ExpressionContext I believe that's correct, and ExpressionContext is not available/used in XSLTC. What are you trying to do? There might be another way to achieve the same result... ______________________________________ Joe Kesselman, IBM Next-Generation Web Technologies: XML, XSL and more. "The world changed profoundly and unpredictably the day Tim Berners Lee got bitten by a radioactive spider." -- Rafe Culpin, in r.m.filk
