Symptoms

Does the latest version of Oracle SOA Suite 12c support XSLT 2.0 functions as part of a BPEL transformation?
When using the tokenize function an error is reported during deployment.

ERROR

Parse Error in tokenize function

Cause

Bug 6840672 : USAGE OF REPLACE() FUNCTION RESULTS IN XML-22018 PARSE ERROR
XPath F&O regex functions matches, replace, and tokenize are missing in XSLT 2.0 implementation.
Fixed in XDK 12.2, however no BACKPORT FEASIBL due compatible issues.
Solution

The tokenize function is not supported in SOA 12.1.3.

You may write a custom XSLT fuctions in Java to implement this functionality.

0 Comments