Older versions of ION allowed us to use xslt math functions. We used them to generate, for instance, a random number. Just tried using it in current cloud ION and get an error:
Could not transform xml with the given xslt.Reason: javax.xml.transform.TransformerException:
java.lang.RuntimeException: Use of the extension function 'http://exslt.org/math:random' is not allowed when the secure processing feature is set to true.
Seems to be an error from the Java that runs the xslt but assuming we can't/don't want to change the secure processing setting.
Any alternative for continued use of math functions?