Project

Profile

Help

Bug #6633

closed

Can you add getcwd and getProperties to Xslt30Processor class?

Added by Christian Schmitz 29 days ago. Updated 22 days ago.

Status:
Resolved
Priority:
Low
Category:
C++ API
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

Related to SaxonC - Feature #6631: Can you add getcwd and getoutputFile to SchemaValidator class?ResolvedO'Neil Delpratt2025-01-07

Actions
Actions #1

Updated by O'Neil Delpratt 27 days ago

  • Related to Feature #6631: Can you add getcwd and getoutputFile to SchemaValidator class? added
Actions #2

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)

Actions #3

Updated by O'Neil Delpratt 22 days ago

  • Status changed from In Progress to Resolved

Please register to edit this issue

Also available in: Atom PDF