RE: has any one tried XSL extensions with orion1.4.7?

2001-05-02 Thread Andre Vanha
Kesav, I've managed to get XSL extensions working with orion 1.4.5. I'm surprised to hear that xalan uses the class loader of the current thread. It appeared to me that it was using the class loader that loaded xalan (most likely the main orion thread) since when I added the extension to my

RE: has any one tried XSL extensions with orion1.4.7?

2001-05-02 Thread Kesav Kumar
Title: RE: has any one tried XSL extensions with orion1.4.7? Hi Thanks for your reply. I looked into the source code of the xalan I found the following line for the classloader. Thread.class.getMethod(getContextClassLoader, new Class[0]); I don't know what the above is going to return