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

前端 未结 7 1772
萌比男神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:46

    In most XSLT processor, you can add custom functions as extensions. For example here is Saxon's documentation how to do that.

提交回复
热议问题