aspose file tools
The moose likes XML and Related Technologies and the fly likes Resolve current directory in xsl file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Resolve current directory in xsl file" Watch "Resolve current directory in xsl file" New topic
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
    
    2

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
    
    2

How do you plan to call the DLL functions directly from the XSL?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Resolve current directory in xsl file
 
Similar Threads
Migrating from Oracle XML parser to JDK 1.4 XML parser
using a static function in XSL
How do I get a file at runtime from a Java class?
Path for images in xsl:fo
How to integrate XSL and java