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

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

    In MSXSL on Windows, you can use a script extension like this:

    
    
      
    
      
    
      
        
      
    
    
    

    Other XSL processors support similar methods to use external resources (scripting languages, function libraries etc.), so this is just an example.

提交回复
热议问题