Is there a way to get the current xml data when we make our own custom XPath function (see here).
I know you have access to an XPathContext but is this enough?
Example:
Our ...
I want to evaluate a specific pattern (regex) against specific input string using the fn:matches function of XPath from a Java file. I know Java has its own Pattern.matches function for ...