Forum Discussion
omatzura
17 years agoSuper Contributor
Hi!
try changing the for loop to
for( node in nodes )
{
def value = com.eviware.soapui.support.xml.XmlUtils.getNodeValue( node )
list.add( value)
}
The list should now contain the text contents of the selected nodes..
Hope this helps!
regards,
/Ole
eviware.com
try changing the for loop to
for( node in nodes )
{
def value = com.eviware.soapui.support.xml.XmlUtils.getNodeValue( node )
list.add( value)
}
The list should now contain the text contents of the selected nodes..
Hope this helps!
regards,
/Ole
eviware.com
Related Content
- 9 years ago
Recent Discussions
- 5 days ago
- 10 days ago