Can we access a folder situated anywhere in our system using XSLT
? I mean the path of the folder is not known. Actually I need to import a file which is in that folder. However I don't know its full path (path is different for different files). Need to find it in my system.
Exact Issue:
I am converting an XML file to HTML using XSLT. That XML file can be anywhere on the system. And I need to import a CSS file for it which is kept in a folder named myCSS. Now this myCSS Folder is within a package which can be anywhere on the system. I just need to find that directory path which has the myCSS folder with my CSS file so that it links to my HTML file.