Related questions
Websphere Message Broker: Accessing XML elements in ESQL
Websphere Message Broker: File in File out example.
I have an XML file with repeating element structure. How can I access and modify value of a particular element in ESQL.
I worte following code..
CREATE PROCEDURE CopyEntireMessage() BEGIN
--SET OutputRoot = …
ESQL for splitting a string into mulitple values
Following Input xml field needs to be substringed for 6 characters and each 6 characters should be splitted and saved in the option field of output.
Input:
<feature>124414500045563879</feature>
output:
<option>124414</option>
<option&…