Are XPath functions fn:tokenize, fn:matches, and fn:replace are not supported by Oraclee?
Summary:
Hi,
I am new to XSLT development, As part for customer requirement I have used tokenize function for looping. But PPR formatting is failing because of this.
Error As follows: An exception occured while executing the report.
oracle.xdo.service.client.types.OperationFailedException: Client received SOAP Fault from server : PublicReportService::generateReport for reportAbsolutePath [/Financials/Payments/DisbursementPaymentFileFormats.xdo] failed: due to oracle.xdo.server.ServerException: oracle.xdo.servlet.data.DataException: oracle.xdo.servlet.data.DataException: oracle.xdo.XDOException: org.xml.sax.SAXException: Parse Error in tokenize function.
oracle.xdo11g.xpath.XPathException: Parse Error in tokenize function.
Can anyone please suggest any replacement of Tokenize?