Forum Discussion
SmartBear_Suppo
12 years agoSmartBear Alumni (Retired)
Hi,
so is the script working for you?
1. defaultVal is not used, but you can add that to XPATH lookup as e.g.:
2. item is the object for the node and item.nodeName is the name of the XML node element
Thanks,
Michael Giller
SmartBear Software
so is the script working for you?
1. defaultVal is not used, but you can add that to XPATH lookup as e.g.:
for( item in holder.getDomNodes( "//*[. = '" + defaultVal + "']" )){
2. item is the object for the node and item.nodeName is the name of the XML node element
Thanks,
Michael Giller
SmartBear Software
Related Content
- 7 years ago
Recent Discussions
- 7 days ago