On Sun, Jun 29, 2008 at 6:55 AM, Johannes Waltsgott < [EMAIL PROTECTED]> wrote:
> Hi all, > > > > I'm wondering if it's possible to add elements to a variable instead of > just > overwriting it via <assign><copy><from></from><to></to></copy></assign< > especially when you want to fill a dynamic-sized array… > > Unfortunately it's not possible in straight BPEL and the only solution right now is to use XSL and the doXslTransform XPath function. Parrallely, we're thinking of extending the assignment and/or add some custom XPath functions to handle those cases. See: https://issues.apache.org/jira/browse/ODE-145 Matthieu > > I've created an Jira issue with detailed notes and example as well as the > regarded files: > > https://issues.apache.org/jira/browse/ODE-322 > > > > Any hints are very appreciated – thanks very much in advance! > > > > Johannes >
