Project

General

Profile

Actions

Bug #2380

closed

returnfield system needs to implement more xpath

Added by Chad Berkley over 18 years ago. Updated almost 18 years ago.

Status:
Resolved
Priority:
Immediate
Assignee:
Category:
metacat
Target version:
Start date:
03/09/2006
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
2380

Description

The XPath system used when processing the returnfield params is inadequate when
you want to proceess data out of a document that contains a lot of xml
attributes. For instance, if you have an entity like this:

<sometag name="x" value="y"/>

It is impossible to pull the 'value' attribute from the xml based on the 'name'
attribute. The correct xpath query for pulling the value 'y' from this is
/sometag[@name=x]/@value. This syntax is not supported by the returnfield
processor, but it should be.


Related issues

Has duplicate SEEK - Bug #2650: ecogrid returnfields need to support more xpathNewMatt Jones11/08/2006

Actions
Actions

Also available in: Atom PDF