aldana
15 years agoOccasional Contributor
Property expansion xpath style not returning list
Hi,
I am having:
The xml is:
Still above context.expand() only gives me the first of the xml. This way I cannot iterate through list items. Is there an expansion trick to get all list-items?
thanks
I am having:
context.expand('${Search#ResponseAsXml#//foo:listItem}')
The xml is:
<foo:root>
<foo:listItem>...</foo:listItem>
<foo:listItem>...</foo:listItem>
<foo:listItem>...</foo:listItem>
</foo:root>
Still above context.expand() only gives me the first
thanks