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...
Any (cross platform) Python samples that show proper exception handling the SaxonC 12.1 API? Martin Honnen 2023-03-22 09:17 3 Added by O'Neil Delpratt about 1 year ago
RE: Any (cross platform) Python samples that show proper ...
SaxonC 12.1 EE Query.exe on Windows: how to use XPath 4.0 function parse-html Martin Honnen 2023-03-22 13:03 8 Added by O'Neil Delpratt about 1 year ago
RE: SaxonC 12.1 EE Query.exe on Windows: how to use XPath...
Saxon-C through GraalVM E L 2022-11-26 03:35 5 Added by Norm Tovey-Walsh over 1 year ago
RE: Saxon-C through GraalVM
java.io.UnsupportedEncodingException: Cp1252 Stephan Bielmann 2024-03-15 08:08 1 Added by Matt Patterson about 2 months ago
RE: java.io.UnsupportedEncodingException: Cp1252
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...
SaxonCHE cannot be found for the docker container 'python:3.8.1-alpine3.11'. Philipp Ruf 2023-04-17 10:47 4 Added by Philipp Ruf about 1 year ago
RE: SaxonCHE cannot be found for the docker container 'py...
Used to work but now "Cannot find a matching 0-argument function" Chris Tomlinson 2015-01-20 22:19 2 Added by Michael Kay over 9 years ago
RE: Used to work but now "Cannot find a matching 0-argume...
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
Entity size limit in libsaxon-HEC-windows/ SaxonC / GraalVM Andreas Oetjen 2023-04-19 12:47 4 Added by Michael Kay about 1 year ago
RE: Entity size limit in libsaxon-HEC-windows/ SaxonC / G...
Integrate Python logger or redirect stdin and stdout? Eliot Kimber 2024-04-23 16:19 7 Added by O'Neil Delpratt 10 days ago
RE: Integrate Python logger or redirect stdin and stdout?
Cross compilation for the ARM Architecture Omar Rodriguez 2016-02-25 21:49 4 Added by O'Neil Delpratt about 1 year ago
RE: Cross compilation for the ARM Architecture
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...
Is there any particular reason that the (Windows) download for SaxonC in the command folder seems to have compiled (Linux/Mac?) executables? Martin Honnen 2023-05-02 18:24 1 Added by Norm Tovey-Walsh about 1 year ago
Is there any particular reason that the (Windows) downloa...
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...
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?
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
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...
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
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...
muitithreading example with preview of SaxonC 12: Fatal error: StackOverflowError: Enabling the yellow zone of the stack did not make any stack space available Martin Honnen 2022-12-22 21:32 3 Added by O'Neil Delpratt over 1 year ago
RE: muitithreading example with preview of SaxonC 12: Fat...
Another "yellow zone" StackOverflowError using SaxonC 11.99 HE, this time under Ubuntu Linux, using Python 3.8 and Flask 2.2.2 Martin Honnen 2022-12-22 23:13 2 Added by O'Neil Delpratt over 1 year ago
RE: Another "yellow zone" StackOverflowError using SaxonC...
SaxonC 11.99 on Windows: using file paths with Windows separator backslash doesn't seem to work, need to use forwards slash Martin Honnen 2022-12-30 18:43 3 Added by O'Neil Delpratt over 1 year ago
RE: SaxonC 11.99 on Windows: using file paths with Window...
Is there a reason why the default toString() of an XdmNode with SaxonJ and SaxonCS seems to use indentation while that doesn't happen for SaxonC? Martin Honnen 2022-12-31 18:16 2 Added by O'Neil Delpratt over 1 year ago
RE: Is there a reason why the default toString() of an Xd...
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...
How to compile .xsl to .sef with SaxonC EE for target HE with Python API Martin Honnen 2023-01-03 15:38 5 Added by O'Neil Delpratt over 1 year ago
RE: How to compile .xsl to .sef with SaxonC EE for target...
Can I use a schema pulled over HTTP(S) with the PySchemaValidator? Martin Honnen 2022-07-30 13:40 6 Added by O'Neil Delpratt over 1 year ago
RE: Can I use a schema pulled over HTTP(S) with the PySch...
Need some help to explain/fix read access violation in C++ code using SaxonC 11.2 Martin Honnen 2022-03-27 20:49 2 Added by Martin Honnen about 2 years ago
RE: Need some help to explain/fix read access violation i...
SaxonC 11.99/12 EE can't run its SEF: java.lang.ClassCastException: net.sf.saxon.type.AnyItemType cannot be cast to net.sf.saxon.type.BuiltInAtomicType Martin Honnen 2023-01-04 09:56 7 Added by Michael Kay over 1 year ago
RE: SaxonC 11.99/12 EE can't run its SEF: java.lang.Class...
Is there some way to use ThreadPoolExecutor with Python API and ensure that detach_current_thread is propertly called? Martin Honnen 2022-04-03 14:56 2 Added by Martin Honnen about 2 years ago
RE: Is there some way to use ThreadPoolExecutor with Pyth...
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
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.
Is PyXdmNode meant to be thread-safe? Martin Honnen 2022-04-03 18:42 9 Added by O'Neil Delpratt over 1 year ago
RE: Is PyXdmNode meant to be thread-safe?
trying to use local copy of XSD schema for XSLT 3 (which does an import for W3C schemas) causes java.net.MalformedURLException (Accessing an URL protocol that was not enabled ..) Martin Honnen 2023-01-04 13:11 2 Added by O'Neil Delpratt over 1 year ago
RE: trying to use local copy of XSD schema for XSLT 3 (wh...
another error message in the context of validation: Exception from catalog resolver resolverURI() Martin Honnen 2023-01-04 13:52 4 Added by Martin Honnen over 1 year ago
RE: another error message in the context of validation: E...
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
https://www.saxonica.com/saxon-c/doc11/html/saxonc.html#PySchemaValidator-get_error_code and get_error_message Martin Honnen 2023-01-04 15:52 1 Added by O'Neil Delpratt over 1 year ago
RE: https://www.saxonica.com/saxon-c/doc11/html/saxonc.ht...
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...
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 ...
Error: Unable to read unicodeBlocks.xml file Paul Greve 2023-06-12 18:25 5 Added by Paul Greve 11 months ago
RE: Error: Unable to read unicodeBlocks.xml file
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
Managed to install... but not working... Carlos Romero 2013-12-19 20:10 2 Added by O'Neil Delpratt over 10 years ago
RE: Managed to install... but not working...
undefined reference to `dlopen@GLIBC_2.34' Paul Greve 2023-06-15 18:49 4 Added by O'Neil Delpratt 11 months ago
RE: undefined reference to `dlopen@GLIBC_2.34'
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
Error on compilation attempt of SaxonC 12.2 HE with Debian 12.0 WSL Martin Honnen 2023-06-16 09:52 2 Added by Martin Honnen 11 months ago
RE: Error on compilation attempt of SaxonC 12.2 HE with D...
Aggregating results of several XQueries or XSLT transformation into one file: shortcoming of SaxonC API? Martin Honnen 2023-01-08 11:43 2 Added by Michael Kay over 1 year ago
RE: Aggregating results of several XQueries or XSLT trans...
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()...
I/O error reported by XML parser for the named output_file of apply_templates_returning_file Martin Honnen 2019-10-31 17:26 9 Added by O'Neil Delpratt about 2 years ago
RE: I/O error reported by XML parser for the named output...
Trouble compiling for PHP Amanda O'Brien 2014-02-07 22:42 2 Added by O'Neil Delpratt about 10 years ago
RE: Trouble compiling for PHP
SaxonApiException::getSystemId() throws NullPointerException Paul Greve 2023-06-26 16:00 2 Added by Paul Greve 10 months ago
RE: SaxonApiException::getSystemId() throws NullPointerEx...
(51-100/105) Per page: 25, 50, 100

Also available in: Atom