Actions
Bug #6632
closedCan you add getcwd and getProperty to XPathProcessor 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
for getcwd:
const char *getcwd() { return cwdXP.c_str(); }
Updated by O'Neil Delpratt 26 days ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
- Applies to branch 12, trunk added
getcwd method added on all APIs. Memory management internally handled
Updated by O'Neil Delpratt 21 days ago
- Status changed from In Progress to Resolved
- % Done changed from 50 to 100
- Fix Committed on Branch 12, trunk added
- SaxonC Languages All added
Added the method getProperty()
on all APIs (C++, Python and PHP).
Please register to edit this issue
Actions