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

前端 未结 7 1773
萌比男神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 20:55

    Not AFAIK (though you could always pass it as a param to the transform), but I'm not clear why relative paths won't work for you here.

提交回复
热议问题