且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何获取 XSLT 文件中的当前文件夹路径?

更新时间:2023-01-28 13:16:54

您可以使用 xsl:param.然后你需要确定从外部调用时当前的路径是什么;)

You can send it into the style-sheet from outside using xsl:param. Then you need to determine what the current path is when invoking the from the outside ;)