vitsvg
16 years agoOccasional Contributor
how to extract xml fragment
Hi there,
How I can extract not the value of a node but its xml?
So if I have xml like this:
123
then I would like to get
123
by specifying X-Path "a/b" or "//b".
Can I use XmlHolder (from com.eviware.soapui.support.GroovyUtils) for the purpose?
How I can extract not the value of a node but its xml?
So if I have xml like this:
then I would like to get
by specifying X-Path "a/b" or "//b".
Can I use XmlHolder (from com.eviware.soapui.support.GroovyUtils) for the purpose?