You can use XSLT 2.0 to iterate over <customer> elements and transform the content. Another alternative is to use a BPEL <foreach>.
alex On 12/16/07, henry human <[EMAIL PROTECTED]> wrote: > > Hi > Is there a way in bpe-language to parse a string and build tokens f.i. > in following string tokenizing the customer elements. > Here is the string which the bpel process becomes: > <?xml version="1.0" encoding="UTF-8"?><person>< customer >A</ customer > > ……<customer>B</ customer > ... <customer>..</ customer > </person> > ?? > PS: > > > Case my question is not qualified for this list please guide me where to > post my > bpe-language specified questions . > > Thank you > >
