Project

Profile

Help

Bug #6569

open

XSLT functions not found when using S9API

Added by Gerben Abbink 5 days ago. Updated 5 days ago.

Status:
New
Priority:
Low
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
2024-10-23
Due date:
% Done:

0%

Estimated time:
Legacy ID:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:

Description

I try to evaluate this XPath expression using S9API (XPathCompiler, XPathExecutable):

replace(system-property('java.io.tmpdir'),'x', 'y')

I get an error that system-property() is not found. This is strange, because the function actually exists as an XSL function.

Do I have to tell XPathCompiler or XPathExecutable that I want XSLT functions in addition to the XPath functions?

Please register to edit this issue

Also available in: Atom PDF