AW: AW: Splitting list of elements in a message body..

2014-04-24 Thread jhm
> Yes..there is a comma... > > The message that would be returned from a processor Call in the route > would be like this: > [http://www.openapplications.org/oagis/9"; > xmlns:lw="http://www.org/oagis/9";> > Cat1 > , > http://www.openapplications.org/oagis/9"; > xmlns:lw="http://www.org/oagis/

Re: AW: Splitting list of elements in a message body..

2014-04-24 Thread npa
Yes..there is a comma... The message that would be returned from a processor Call in the route would be like this: [http://www.openapplications.org/oagis/9"; xmlns:lw="http://www.org/oagis/9";> Cat1 , http://www.openapplications.org/oagis/9"; xmlns:lw="http://www.org/oagis/9";> Dog1 ] -

AW: Splitting list of elements in a message body..

2014-04-24 Thread jhm
> The message body would be a list with 2 xml's. For example: > > > Cat1 > , > > Dog1 > > > Now, I need to send the 'Cat' part of the message i.e. > Cat1 part to queue1 and the 'Dog' part of xml > i.e. > Dog1 to a different queue? > > This is the route that I have, but