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
Updated by O'Neil Delpratt 27 days ago
- Related to Feature #6631: Can you add getcwd and getoutputFile to SchemaValidator class? added
Updated by O'Neil Delpratt 22 days ago
- Status changed from New to In Progress
- % Done changed from 0 to 100
- Applies to branch 12, trunk added
- Fix Committed on Branch 12, trunk added
- SaxonC Languages All added
I have added setcwd
. Given that setProperty
is a private method for completeness I have also added getProperties()
as a private method too.
The setcwd
has been added on all APIs (i.e. C++, Python and PHP)
Updated by O'Neil Delpratt 22 days ago
- Status changed from In Progress to Resolved
Please register to edit this issue
Actions