Is there a way to get the current folder path from within a xslt file?
Need it to locate other xml and xslt files. We have different customer folders and will need to successfully find the correct files.
Cheers
Is there a way to get the current folder path from within a xslt file?
Need it to locate other xml and xslt files. We have different customer folders and will need to successfully find the correct files.
Cheers
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.