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 most XSLT processor, you can add custom functions as extensions. For example here is Saxon's documentation how to do that.