On 6/19/07, Vishal Bhasin <[EMAIL PROTECTED]> wrote:
I'm call two different web services and want to merge the response before
sending it back to the client. I'm wondering how do I pass two xmls to XSL??
If you look at the example Alex linked to, you'll see that there are
actually 2 variables passed:
bpws:doXslTransform("HelloXslWorld.xsl", $myVar.TestPart, 'middle',
$otherVar.TestPart)
The third parameter ('middle') is the name of the variable that you can use
in your XSL sheet and the fourth is the corresponding value that can be any
bpel variable. So your XSL will have both the main document (on which the
sheet gets executed) and the passed variable.
Cheers,
Matthieu
Alex Boisvert <[EMAIL PROTECTED]> wrote: Take a look at our XSLT test
case:
http://svn.apache.org/repos/asf/incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/
alex
On 6/19/07, Vishal Bhasin wrote:
>
> Hello All,
>
> Can someone please share an example of performing XSL transformation
from
> within BPEL in ODE?
>
>
>
> Regards,
>
> Vishal Bhasin
>
>
> ---------------------------------
> Take the Internet to Go: Yahoo!Go puts the Internet in your pocket:
mail,
> news, photos & more.
Regards,
Vishal Bhasin
---------------------------------
Get the Yahoo! toolbar and be alerted to new email wherever you're
surfing.