There are some threads in this group which talks about these.
http://groups.google.com/group/comp.lang.java.programmer/browse_frm/thread/18498
077b24d446a
I needed some more info on this.
> > I have a Java Class MyCall and method in it called as myMethod(String
> > arg). How can I call this java method from the XSLT and pass the
[quoted text clipped - 3 lines]
>
> I don't really see the relation between those technologies..
Oliver Wong - 13 Jul 2006 19:09 GMT
[post re-ordered]
>> > I have a Java Class MyCall and method in it called as myMethod(String
>> > arg). How can I call this java method from the XSLT and pass the
>> > arguements in it and sotre the value returned by this method.
[...]
> There are some threads in this group which talks about these.
> http://groups.google.com/group/comp.lang.java.programmer/browse_frm/thread/18498
077b24d446a
> I needed some more info on this.
In that thread, they link to
http://xml.apache.org/xalan-j/extensionslib.html which has a section saying
how you can contact the developers with ideas for new extensions.
So contact them with your "access Java methods" idea.
- Oliver