How do I get the current folder path within an XSLT file?

前端 未结 7 1771
萌比男神i
萌比男神i 2020-12-15 20:23

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

7条回答
  •  一整个雨季
    2020-12-15 21:05

    no...
    but you could maybe workaround the problem by using relative URLs and/or passing parameters into the stylesheet.

提交回复
热议问题