XSL msxsl:node-set problem

前端 未结 3 1963
有刺的猬
有刺的猬 2021-01-18 22:00

Please help me out guys. I\'m just trying to declare a simple result tree fragment and iterate over it.


...


         


        
3条回答
  •  独厮守ぢ
    2021-01-18 22:31

    Unlike MSXSL, XslCompiledTransform provides node-set() function where it is supposed to be - in EXSLT Common namespace:

    
      ...
      
      ...
    
    

提交回复
热议问题