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
Is there a way to get the current folder path from within a xslt file?
Need it to locate other xml and xslt files
No need for any extension functions or even parameters to do that!
Any relative URLs used in the href
attribute of an
The document() function also will resolve a relative URL in a similar way, thus making any additional XML document accessible using anrelative URL.
Lastly, here is an example how this facilities are massively used in a big library of XSLT functions and templates (FXSL 2.x):