| Author |
Resolve current directory in xsl file
|
Sankar Mitra
Greenhorn
Joined: Oct 24, 2011
Posts: 4
|
|
I want to access the java function of a class that resides in a jar which in turn is converted into a dll file. I there any way to get the current directory in xsl file.
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
|
|
|
Probably not. But why would you need to know the current working directory for that?
|
 |
Sankar Mitra
Greenhorn
Joined: Oct 24, 2011
Posts: 4
|
|
Actually the dll file containing the java files and the xsl files resides in the same directory.So I am just thinking that if I can get the current directory in Xsl then it will be easy to access functions from java files.I will ahve to rewrite it as
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
|
|
|
How do you plan to call the DLL functions directly from the XSL?
|
 |
 |
|
|
subject: Resolve current directory in xsl file
|
|
|