stoupa91 / eclipse-xpath-evaluation-plugin

Automatically exported from code.google.com/p/eclipse-xpath-evaluation-plugin
4 stars 1 forks source link

support for current() and . #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It is not so much a 'bug' as well as a feature enhancement.

What steps will reproduce the problem?
1. open the xpath view
2. open an xml file
3. select a specific node in the xml file
4. type 'current()' in the xpath and press enter

What is the expected output? 

The node of the selected element in the xml

What do you see instead?

The following error:
"System function current#0 is not available with this host language"

What version of the product are you using? On what operating system?

  Eclipse XPath evaluation  1.2.1.201202050238  eu.musoft.eclipse.xpath.evaluation.plugin.feature.group Martin Uhlir

In Eclipse 3.7 with latest jboss tools on Linux (Fedora 16)

Please provide any additional information below.

Supporting a '.' as the current node would be very interesting to...

Original issue reported on code.google.com by ronald.v...@gmail.com on 25 Jul 2012 at 11:13

GoogleCodeExporter commented 8 years ago
Thanks for your suggestion. It sounds reasonable and I will add it to the next 
release.

Original comment by stoupa91 on 1 Aug 2012 at 10:07