How to use node-set function in a platform-independent way?

后端 未结 5 1861
谎友^
谎友^ 2020-12-02 01:49

I\'m writing some xlst file which I want to use under linux and Windows. In this file I use node-set function which declared in different namespaces for MSXML and xsltproc

5条回答
  •  臣服心动
    2020-12-02 02:27

    Firefox 3 implements node-set (as part of the EXSLT 2.0 namespace improvements) in it's client-side XSLT processing.

    Maybe not quite the answer you were looking for - but it could be, depending on the context of your problem. ;-)

提交回复
热议问题