If you are saddled with using that XML, then here’s something that you may be able to do:
Using REGEX or regular expressions, you can pass the entire XML string into the replace function and using the regex /^<row/>. Do this twice, once for <row_x> and then again for the closing tag </row_x>.
Of course, change the search pattern for closing bracket /^</\row/
It’s kinda crazy, but it may work.
The best thing to do of course is to generate proper xml.
Cheers.
Ray
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services