IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Defining and transforming data > Transforming data > Transforming data using XML maps > XML map limitations
Unsupported EXSLT functions
Some EXSLT functions are not supported at run time. If you have maps from previous versions that use these functions, you will see an error in the XML map and problems view for each unsupported function.
For example, "The add function is not available". You must use a different function or transform to achieve the required result.
The following EXSLT functions are not supported at run time and are no longer available in the XML map editor.
- date:add()
- date:add-duration()
- date:difference()
- date:duration()
- date:parse-date()
- date:seconds()
- date:sum()
- date:week-in-month()
- dyn:closure() I
- dyn:evaluate() I
- dyn:map() I
- dyn:max() I
- dyn:min() I
- dyn:sum() I
- exsl:document()
- random:random-sequence()
- regexp:match()
- regexp:replace()
- regexp:test()
- str:decode-uri()
- str:encode-uri()
- str:replace()