Is there a way to get the current folder path from within a XSLT file?
I need it to locate other XML and XSLT files. We have different customer folders and will need
In MSXSL on Windows, you can use a script extension like this:
Other XSL processors support similar methods to use external resources (scripting languages, function libraries etc.), so this is just an example.