Hello,
I've managed to set up the code to xml groovy script published on this website and would like to use it to determine the following:
Working with the DOM ABL statements can be a bit grueling. This tool kit makes four easy to use procedures and functions to read any given instance of an XML document tag's data or it's attributes based on the ideas found in Javascript.
A sample use:
Given
<?xml version="1.0" ?>
<Books>
<Book>
<Title subject="SciFi" entry="one">War OF The Worlds</Title>
</Book>
<Book>
<Title subject="SciFi" entry="two">Battlestar Galactica</Title>
</Book>
<Book>