Hi all,
imagine I have an AJAX form with a table (Customer) filled with 5
customers in it. I copy the content of the table to a variable.
The variable content could looks like this:
<customers>
<customer><id>4711</id> ... </customer>
<customer><id>4712</id> ... </customer>
<customer><id>4713</id> ... </customer>
<customer><id>4714</id> ... </customer>
<customer><id>4715</id> ... </customer>
</customers>
Later I want to manipulate the customer with id 4712. Is it possible
with BPEL to iterate over the variable content an manipulate e.g. the
second entry?
If yes, how?
TIA
Mario