Actions
Bug #2804
closedNested Elements Cause the Returned Data to Be Truncated.
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