Project

Profile

Help

Saxon/C Help and Discussions

Questions and Answers relating to the use of Saxon/C

Subject Author Created Replies Last message
repeatedly calling run_query_to_string seems to return the result of the first call Martin Honnen 2019-11-15 11:10 1 Added by O'Neil Delpratt over 4 years ago
RE: repeatedly calling run_query_to_string seems to retur...
Link problems when trying to build C++ samples on Windows: unresolved external symbol Martin Honnen 2022-02-02 00:03 2 Added by Martin Honnen about 2 years ago
RE: Link problems when trying to build C++ samples on Win...
build[Edition]-command.bat for Windows have links to 1.2.1 directory Martin Honnen 2022-02-02 00:11 3 Added by O'Neil Delpratt about 2 years ago
RE: build[Edition]-command.bat for Windows have links to ...
Using XQuery 4.0 with SaxonC EE Python Martin Honnen 2023-01-17 12:53 1 Added by O'Neil Delpratt over 1 year ago
RE: Using XQuery 4.0 with SaxonC EE Python
How to call template xsl:initial-template with Python and SaxonC 11.1 Martin Honnen 2022-02-02 10:34 1 Added by O'Neil Delpratt about 2 years ago
RE: How to call template xsl:initial-template with Python...
Does SaxonC and PyXPathProcessor provide some API to evaluate XPath expressions and serialize the result according to serialization properties set with set_property Martin Honnen 2023-08-21 11:42 5 Added by O'Neil Delpratt 8 months ago
RE: Does SaxonC and PyXPathProcessor provide some API to ...
environ variable zero in one of SaxonProcessor methods crashes Python test Aleksandar Jelenak 2016-05-31 06:44 26 Added by O'Neil Delpratt almost 8 years ago
RE: environ variable zero in one of SaxonProcessor method...
XSLT 3.0 non XML result documents: should the Python API allow to capture them serialized? Martin Honnen 2023-01-20 16:13 6 Added by Martin Honnen over 1 year ago
RE: XSLT 3.0 non XML result documents: should the Python ...
PyXdmArray as_list not working Martin Honnen 2022-02-03 12:56 4 Added by O'Neil Delpratt about 2 years ago
RE: PyXdmArray as_list not working
How the set the base output URI of XSLT 3 in Python API? Martin Honnen 2019-11-25 14:39 3 Added by O'Neil Delpratt over 4 years ago
RE: How the set the base output URI of XSLT 3 in Python API?
Is an error on calling a system function somehow handleable from the Python API? Martin Honnen 2023-01-21 13:40 2 Added by O'Neil Delpratt over 1 year ago
RE: Is an error on calling a system function somehow hand...
PyXdmlArray array_length not working Martin Honnen 2022-02-03 13:16 1 Added by O'Neil Delpratt about 2 years ago
RE: PyXdmlArray array_length not working
Returning an XDM map from XQuery works but from XPath seems to fail with Python API of SaxonC 11.1 Martin Honnen 2022-02-03 16:00 2 Added by O'Neil Delpratt about 2 years ago
RE: Returning an XDM map from XQuery works but from XPath...
DLL not found error in SaxonHEC 11.4 Lauren Wood 2022-09-08 01:14 16 Added by O'Neil Delpratt over 1 year ago
RE: DLL not found error in SaxonHEC 11.4
How to return an XDM map from XSLT to Python with XSLT and SaxonC 11.1? Martin Honnen 2022-02-03 16:45 2 Added by O'Neil Delpratt about 2 years ago
RE: How to return an XDM map from XSLT to Python with XSL...
Passing XDM array to XQuery with Python and SaxonC 11.1 gives java.lang.ClassCastException : net.sf.saxon.ma.arrays.SimpleArrayItem Martin Honnen 2022-02-03 22:18 2 Added by O'Neil Delpratt about 2 years ago
RE: Passing XDM array to XQuery with Python and SaxonC 11...
testXXX samples on Windows compile but on running give error "Unable to load C:\Program Files\Saxonica\SaxonHEC1.1.2\libsaxonhec.dll" Martin Honnen 2019-04-04 10:47 21 Added by O'Neil Delpratt about 5 years ago
RE: testXXX samples on Windows compile but on running giv...
[Suggestion] Put source code somewhere public Jeroen Bobbeldijk 2014-05-14 16:58 1 Added by O'Neil Delpratt almost 10 years ago
RE: [Suggestion] Put source code somewhere public
Should PyDocumentBuilder have exception_occurred/error_message properties to report parse errors? Martin Honnen 2023-01-25 12:07 3 Added by O'Neil Delpratt about 1 year ago
RE: Should PyDocumentBuilder have exception_occurred/erro...
Problems to use self built Python extension on Windows: ImportError: DLL load failed while importing saxonche Martin Honnen 2023-01-26 11:39 2 Added by O'Neil Delpratt about 1 year ago
RE: Problems to use self built Python extension on Window...
Deleting XdmValue, XdmNode, XPathProcessor and SaxonProcessor Anna Daniau 2020-08-19 16:38 8 Added by Anna Daniau over 3 years ago
RE: Deleting XdmValue, XdmNode, XPathProcessor and SaxonP...
problem using set_query_base_uri from Python API Martin Honnen 2019-12-17 08:58 2 Added by O'Neil Delpratt over 4 years ago
RE: problem using set_query_base_uri from Python API
Error trying to call https://www.saxonica.com/saxon-c/doc/html/saxonc.html#PyXPathProcessor-set_base_uri Martin Honnen 2019-12-17 09:04 2 Added by O'Neil Delpratt over 4 years ago
RE: Error trying to call https://www.saxonica.com/saxon-c...
Building commands on Debian 11 fails: /usr/bin/ld: /home/mh/libsaxon-HEC-linux-v12.0/command/../libs/nix/libsaxon-hec-12.0.so: undefined reference to `pthread_attr_getguardsize@GLIBC_2.34' Martin Honnen 2023-01-26 15:36 6 Added by O'Neil Delpratt 10 months ago
RE: Building commands on Debian 11 fails: /usr/bin/ld: /h...
Is there any way to set a static base URI for https://www.saxonica.com/saxon-c/doc/html/saxonc.html#PyXslt30Processor-compile_stylesheet when passing in the XSLT code as a string? Martin Honnen 2019-12-17 09:16 5 Added by O'Neil Delpratt over 4 years ago
RE: Is there any way to set a static base URI for https:/...
How are Unicode characters handled in Saxon-C? Martin Honnen 2019-04-11 18:31 2 Added by O'Neil Delpratt about 5 years ago
RE: How are Unicode characters handled in Saxon-C?
Possible memory leak in SchemaValidator class Paul Greve 2023-09-12 20:06 6 Added by Paul Greve 7 months ago
RE: Possible memory leak in SchemaValidator class
Windows Build Status Brian Davis 2017-09-13 16:37 2 Added by O'Neil Delpratt over 6 years ago
RE: Windows Build Status
Distutils error when building Python extension A D 2022-09-14 20:15 9 Added by O'Neil Delpratt over 1 year ago
RE: Distutils error when building Python extension
setting parser features for the XML parser SaxonC uses Martin Honnen 2023-01-30 20:52 5 Added by O'Neil Delpratt about 1 year ago
RE: setting parser features for the XML parser SaxonC uses
Packaging Saxon-HE/C with a C++ application. Brian Davis 2017-09-13 16:49 1 Added by O'Neil Delpratt over 6 years ago
RE: Packaging Saxon-HE/C with a C++ application.
How to pass Configuration File in Saxon-EE/C santanu das 2021-08-12 20:23 6 Added by santanu das over 2 years ago
RE: How to pass Configuration File in Saxon-EE/C
XdmValue.toString() for SaxonJ versus XdmValue::toString for SaxonC Martin Honnen 2022-02-08 13:26 2 Added by O'Neil Delpratt about 2 years ago
RE: XdmValue.toString() for SaxonJ versus XdmValue::toStr...
Is there some way to have the Python API see an XdmlItem which is an XdmNode as an XdmNode without explicitly using get_node_value? Martin Honnen 2020-01-05 15:12 1 Added by O'Neil Delpratt over 4 years ago
RE: Is there some way to have the Python API see an XdmlI...
Need advice on how to use SaxonC 11.1 Python API in web application Martin Honnen 2022-02-11 10:32 35 Added by O'Neil Delpratt about 2 years ago
RE: Need advice on how to use SaxonC 11.1 Python API in w...
Does the Python API of SaxonC 11 intentionally restrict captured result to PyXdmNode and that way exclude XdmMap/XdmArray/JSON results? Martin Honnen 2022-02-11 13:09 1 Added by O'Neil Delpratt about 2 years ago
RE: Does the Python API of SaxonC 11 intentionally restri...
Why is testCallSystemFunction not called in testXSLT30.cpp and why is the test for size 3? Martin Honnen 2023-12-15 16:53 1 Added by O'Neil Delpratt 4 months ago
RE: Why is testCallSystemFunction not called in testXSLT3...
parseJsonFromFile gives segmentation fault Martin Honnen 2023-12-16 09:09 2 Added by O'Neil Delpratt 4 months ago
RE: parseJsonFromFile gives segmentation fault
How to use SaxonC 11.1 HE and EE on the same Linux system at the same time? Martin Honnen 2022-02-18 12:32 4 Added by O'Neil Delpratt about 2 years ago
RE: How to use SaxonC 11.1 HE and EE on the same Linux sy...
error trying to build cppTests samples under Debian 12 (WSL) Martin Honnen 2023-12-19 14:34 5 Added by O'Neil Delpratt 4 months ago
RE: error trying to build cppTests samples under Debian 1...
Commands for SaxonC 11.2 HE on Linux look for /usr/lib/libsaxoneec.so Martin Honnen 2022-02-18 20:53 1 Added by O'Neil Delpratt about 2 years ago
RE: Commands for SaxonC 11.2 HE on Linux look for /usr/li...
Still not possible with Python and SaxonC 11.2 to return an XDM array from XPath to Python? Martin Honnen 2022-02-18 21:20 2 Added by O'Neil Delpratt about 2 years ago
RE: Still not possible with Python and SaxonC 11.2 to ret...
Attempt to use PHP extension function with SaxonC 11.2 EE and PHP 7.4 core dumps Martin Honnen 2022-02-19 11:18 4 Added by Martin Honnen about 2 years ago
RE: Attempt to use PHP extension function with SaxonC 11....
Does SaxonC EE support streaming in XQuery using Python API? Martin Honnen 2022-06-17 13:44 1 Added by O'Neil Delpratt almost 2 years ago
RE: Does SaxonC EE support streaming in XQuery using Pyth...
right way to use setProperty("extc", filePath) on Windows with C++? Martin Honnen 2022-02-19 17:49 2 Added by O'Neil Delpratt about 2 years ago
RE: right way to use setProperty("extc", filePath) on Win...
PyXdmValue creation and population Martin Honnen 2024-01-18 16:19 5 Added by Martin Honnen 3 months ago
RE: PyXdmValue creation and population
strange error with he 12.1 under Windows when using PyPi package in venv: Error processing line 1 of C:\Users\marti\ProjectPath\venv\lib\site-packages\_preload_saxonche_12.1.0.pth: FileNotFoundError: .load-order-saxonche-12.1.0 not found Martin Honnen 2023-03-21 16:49 8 Added by O'Neil Delpratt about 1 year ago
RE: strange error with he 12.1 under Windows when using P...
Saxon/C and Windows: several issues with C++ classes Thomas Elsässer 2020-04-03 17:27 4 Added by Michael Kay about 4 years ago
RE: Saxon/C and Windows: several issues with C++ classes
Should Python for .. in with XdmValue being a sequence of XdmMaps work? Martin Honnen 2022-02-21 14:22 4 Added by O'Neil Delpratt about 2 years ago
RE: Should Python for .. in with XdmValue being a sequenc...
Running SaxonC 12 transform or query on Mac (Sonoma 14.3) M3 Martin Honnen 2024-01-27 16:50 6 Added by Martin Honnen 3 months ago
RE: Running SaxonC 12 transform or query on Mac (Sonoma 1...
(1-50/105) Per page: 25, 50, 100

Also available in: Atom