Evaluate XPath 2.0 expression with functions
Hi all,
I'm trying to run a xpath expression on a xml file using "Evaluate XPath". In this expression I want to use the date function.
How can I do this?
Example of what I want to do can be seen on stackoverflow: http://stackoverflow.com/questions/4347320/xpath-dates-comparison (not my question..)
In the answer Saxon is used, what does Intellij use? And can I change it to saxon if needed?
TiA!
Please sign in to leave a comment.
Hello.
Evaluate XPath now supports only 1.0 version. (The editor and debugger support both.) Seems that there is still no feature request to support 2.0 in Evaluate, you can create one if you like: http://youtrack.jetbrains.com/issues/IDEA
AFAIK, Evaluate uses Jaxen, it's not configurable for now.
Regards,
Alexander.