Project

Profile

Help

Saxon/C Help and Discussions

Questions and Answers relating to the use of Saxon/C

Subject Author Created Replies Last message
SaxonC 11.2 crashes when trying to create XdmValue with sequence of XdmArrays from Python Martin Honnen 2022-02-21 16:39 5 Added by O'Neil Delpratt about 2 years ago
RE: SaxonC 11.2 crashes when trying to create XdmValue wi...
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...
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...
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 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...
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...
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...
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...
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...
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...
testXQuery (compiled from testXQuery.c) core dumps under Ubuntu with SaxonC 11.1 HE Martin Honnen 2022-02-01 21:02 3 Added by O'Neil Delpratt about 2 years ago
RE: testXQuery (compiled from testXQuery.c) core dumps un...
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 ...
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 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...
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
How to pass parameters to Saxon/C santanu das 2022-01-26 16:18 23 Added by O'Neil Delpratt about 2 years ago
RE: How to pass parameters to Saxon/C
Use of Configuration File in Saxon-EE/C santanu das 2021-11-22 14:39 3 Added by O'Neil Delpratt over 2 years ago
RE: Use of Configuration File in Saxon-EE/C
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
python kernel crash on second run, JNI_CreateJavaVM() failed with result: -5 Rick Labs 2021-04-06 18:06 3 Added by Rick Labs about 3 years ago
RE: python kernel crash on second run, JNI_CreateJavaVM()...
PyXsltProcessor.transform_to_file() not working. Daniel Haley 2021-03-18 22:45 7 Added by Daniel Haley about 3 years ago
RE: PyXsltProcessor.transform_to_file() not working.
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...
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
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...
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 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:/...
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...
issue with run_query_to_string(input_file_name Martin Honnen 2019-11-15 09:50 1 Added by O'Neil Delpratt over 4 years ago
RE: issue with run_query_to_string(input_file_name
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...
Question on apply_templates_returning_file Martin Honnen 2019-10-31 12:23 5 Added by O'Neil Delpratt over 4 years ago
RE: Question on apply_templates_returning_file
Clarification on make_string_value needed Martin Honnen 2019-10-18 16:53 2 Added by O'Neil Delpratt over 4 years ago
RE: Clarification on make_string_value needed
Is Saxonica able to digitally sign the installer for Saxon C? Martin Honnen 2019-10-30 18:23 1 Added by O'Neil Delpratt over 4 years ago
RE: Is Saxonica able to digitally sign the installer for ...
Unable to run Saxon HEC 1.2.1 Python: looks for SaxonHEC1.2.0\libsaxonhec.dll Martin Honnen 2019-10-30 18:18 4 Added by O'Neil Delpratt over 4 years ago
RE: Unable to run Saxon HEC 1.2.1 Python: looks for Saxon...
Returning maps from XQuery Martin Honnen 2019-10-28 22:21 3 Added by O'Neil Delpratt over 4 years ago
RE: Returning maps from XQuery
cppTests folder missing in Saxon-C EEC 1.2.0? Martin Honnen 2019-10-18 08:53 2 Added by O'Neil Delpratt over 4 years ago
RE: cppTests folder missing in Saxon-C EEC 1.2.0?
Should print(result) in Python work where result = xpath_processor.evaluate()? Martin Honnen 2019-10-17 23:10 8 Added by O'Neil Delpratt over 4 years ago
RE: Should print(result) in Python work where result = xp...
Any working example of set_parameter on PyXPathProcessor? Martin Honnen 2019-10-19 10:10 12 Added by O'Neil Delpratt over 4 years ago
RE: Any working example of set_parameter on PyXPathProces...
Some oddities with output from saxonc.PySaxonProcessor.version Martin Honnen 2019-10-18 10:54 2 Added by O'Neil Delpratt over 4 years ago
RE: Some oddities with output from saxonc.PySaxonProcesso...
Python program using saxonc 1.2.0 HE module with xquery_processor.run_query_to_value(query_text = '1 to 10') crashes Martin Honnen 2019-10-17 23:40 2 Added by O'Neil Delpratt over 4 years ago
RE: Python program using saxonc 1.2.0 HE module with xque...
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...
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?
Problem applying XSL xsl:copy-of when sub node has attribute xsi:type defined in a private schema Anne FAVEUR 2018-12-19 11:07 4 Added by Anne FAVEUR over 5 years ago
RE: Problem applying XSL xsl:copy-of when sub node has at...
Unable to find method using C code Steve Ball 2018-02-16 00:42 2 Added by O'Neil Delpratt about 6 years ago
RE: Unable to find method using C code
License for Saxon-HE as PHP extension in Docker Alf Eaton 2017-12-20 16:50 3 Added by Alf Eaton over 6 years ago
RE: License for Saxon-HE as PHP extension in Docker
Windows Build Status Brian Davis 2017-09-13 16:37 2 Added by O'Neil Delpratt over 6 years ago
RE: Windows Build Status
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.
Contention on LRUCache running xQuery from multiple threads Fady Moussallam 2017-06-21 12:12 3 Added by Fady Moussallam almost 7 years ago
RE: Contention on LRUCache running xQuery from multiple t...
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...
Managing Saxon/C's Java VM Aleksandar Jelenak 2016-05-13 04:55 4 Added by Aleksandar Jelenak almost 8 years ago
RE: Managing Saxon/C's Java VM
(51-100/104) Per page: 25, 50, 100

Also available in: Atom