Forum Discussion
SmartBear_Suppo
Alumni
14 years agoHi,
the com.eviware.soapui.support.xml.XmlUtils class has a static createXPath method which takes a DOM node as an argument, so if you iterate through all nodes in the document using standard DOM functionality you should be able to call this method with each node and output its contents as desired.
Hope this helps!
/Ole
SmartBear Software
the com.eviware.soapui.support.xml.XmlUtils class has a static createXPath method which takes a DOM node as an argument, so if you iterate through all nodes in the document using standard DOM functionality you should be able to call this method with each node and output its contents as desired.
Hope this helps!
/Ole
SmartBear Software