I have xslt 1.0 module with ext:node-set
function (xmlns:ext="http://exslt.org/common"
) and would like to use it in InDesign's CC (2014) via Import XML...
feature.
When I choose File -> Import XML..., select XML, then Apply XSLT -> Browser... and choose xslt, click OK - I get an error Function 'ext:node-set' not supported
.
I've tried to replace a namespace to xmlns:xalan="http://xml.apache.org/xalan"
and function call xalan:nodeset
- the similar error Function 'xalan:nodeset' not supported
.
Questions:
- Can I use node-set function in InDesign?
- Which xslt processor is using in InDesign?