Project

General

Profile

Actions

Bug #2847

closed

returnfields need full xpath support

Added by Chad Berkley almost 17 years ago. Updated almost 16 years ago.

Status:
Resolved
Priority:
Immediate
Assignee:
Category:
metacat
Target version:
Start date:
05/17/2007
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
2847

Description

the current implementation of xpath used in metacat for the purpose of returning specific fields of an xml document within a returnset is not sufficient for highly structured documents. more or full xpath support needs to be implemented. currently, if you specify "/x/y" as a return field and the document is structured
<x>
<y>
<z>...</z>
<z>...</z>
</y>
</x>

metacat will return nothing. metacat seems to require that you specify the exact xpath to a node or it just returns null. This really doesn't work for any document that contains formatting (such as <p>, <i>, <b>, etc) within the xml.

Actions

Also available in: Atom PDF