Project

General

Profile

Actions

Bug #2804

closed

Nested Elements Cause the Returned Data to Be Truncated.

Added by David Sledge over 17 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
metacat
Target version:
Start date:
03/20/2007
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
2804

Description

Metacat doesn't handle values with nested elements well. Given the following:

<entity>
<property>
<property>
<configure>
If <i>true</i>, then display plot. If <i>false</i>, then don't. (the default)
</configure>
</property>
</property>
</entity>

If I request the value of the "configure" element, I get:

<param name="entity/property/property/configure">, then don't. (the default)</param>

Metacat only gives me the text after the last inner element (the <i> element).

Actions

Also available in: Atom PDF