Actions
Bug #6633
closed![Author: Christian Schmitz](https://www.gravatar.com/avatar/8308a8ee793a9ed66602cbfe22c2711d?rating=PG&size=50&default=https%3A%2F%2Fassets.plan.io%2Fimages%2Fdefault_avatar.png)
![Assignee: O'Neil Delpratt](https://www.gravatar.com/avatar/a0bc1766b412d8fecb16f7d304916359?rating=PG&size=22&default=https%3A%2F%2Fassets.plan.io%2Fimages%2Fdefault_avatar.png)
Can 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