XSLT 3.0 XPath 3.1 Support on the Roadmap?
Answered
Hi,
https://www.jetbrains.com/help/idea/xpath-and-xslt-support.html states that IDEA only supports XSLT 2.0. I need features from 3.0. Is there any plan to add XSLT 3.0 and XPath 3.1 support in the near future? Or do I have to go looking for another IDE?
Thanks, greetings
Hendrik
Please sign in to leave a comment.
Please vote for https://youtrack.jetbrains.com/issue/IDEA-187540.
done
Is it possible to (as a temporary solution) to make IntelliJ interpret XSLT 3.0 as XSLT 2.0?
This comment in the related issue could be useful for you:
https://youtrack.jetbrains.com/issue/IDEA-187540#focus=streamItem-27-3109315.0-0
I use Saxon to transform XSLT 3.0. And I started to use some XSLT 3.0 / XPath 3.1 features. For example,
json-doc()orhead().When I set
version="2.0", IntelliJ IDEA correctly reports functions likejson-doc()andhead()as unknown.When I set
version="3.0", IntelliJ IDEA shows used XSLT variables as unused.@Annikov: I think you miss my point. I know that IntelliJ recognices XSLT 2.0 (when setting the version parameter as you mention). However, what I ask of you is the following: Until actual XSLT 3.0 support arises, could you then make it so that IntelliJ treats XSLT 3.0 as if it were XSLT 2.0?
@Miso
There is no such workaround, unfortunately.