Hi, I have an array that is 8192A DIM(256) and it will be passed to my program containing up to 256 xml messages (via an MQ message).
Is it possible to scan the entire array at once or do I have to loop through each occurance searching for xml tags?
I have to extract a fragment of the xml based on tagname
and return it to the calling program.
I also need to remove the extracted data from the input array and return it as well. How can I concatenate the remaining data to the data before the extracted data?
thanks for any help you can provide.
M. Boyce
Is it possible to scan the entire array at once or do I have to loop through each occurance searching for xml tags?
I have to extract a fragment of the xml based on tagname
and return it to the calling program.
I also need to remove the extracted data from the input array and return it as well. How can I concatenate the remaining data to the data before the extracted data?
thanks for any help you can provide.
M. Boyce