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

Please register to edit this issue

Also available in: Atom PDF