Actions
Bug #6633
closedCan you add getcwd and getProperties to Xslt30Processor class?
Start date:
2025-01-07
Due date:
% Done:
100%
Estimated time:
Applies to branch:
12, trunk
Fix Committed on Branch:
12, trunk
Fixed in Maintenance Release:
Found in version:
Fixed in version:
SaxonC Languages:
All
SaxonC Platforms:
All
SaxonC Architecture:
Description
Like this:
const char *getcwd() { return cwdXT.c_str(); }
std::map<std::string, std::string> &getProperties() { return properties; }
so we can query CWD and properties.
Related issues
Please register to edit this issue
Actions