Hello Daniel,
Here is an updated version of your project. I did not test it yet, but I changed some details, as per my own experience.
1) Make sure the XSL file is the first argument of bpel:doXslTransform(). In your project, you inverted the order
2) Make sure you map the complete message (not just a node) as the second argument of bpel:doXslTransform()
3) Change the XSL sheet by adding the
| Code: : |
<xsl:element name=\"root\" namespace=\"http://example.com/displaycandidates/xform\">
|
instead of
| Code: : |
<displaycandidates:Chosen_Candidates_items>
|
look at the XSL tranform sample in the tutorials
Deploy this and let me know how it goes.
Hicham