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

1
6 comments
Avatar
Permanently deleted user

done

0
Avatar
Permanently deleted user

Is it possible to (as a temporary solution) to make IntelliJ interpret XSLT 3.0 as XSLT 2.0?

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() or head().
When I set version="2.0", IntelliJ IDEA correctly reports functions like json-doc() and head() as unknown.
When I set version="3.0", IntelliJ IDEA shows used XSLT variables as unused.

0
Avatar
Permanently deleted user

@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?

0

@Miso

There is no such workaround, unfortunately. 

0

Please sign in to leave a comment.