Project

Profile

Help

Saxon/C Help and Discussions

Questions and Answers relating to the use of Saxon/C

Subject Author Created Replies Last message
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 almost 3 years ago
RE: Need advice on how to use SaxonC 11.1 Python API in w...
environ variable zero in one of SaxonProcessor methods crashes Python test Aleksandar Jelenak 2016-05-31 06:44 26 Added by O'Neil Delpratt over 8 years ago
RE: environ variable zero in one of SaxonProcessor method...
How to pass parameters to Saxon/C santanu das 2022-01-26 16:18 23 Added by O'Neil Delpratt about 3 years ago
RE: How to pass parameters to Saxon/C
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 almost 6 years ago
RE: testXXX samples on Windows compile but on running giv...
Returned object deletion Paul Greve 2025-01-02 20:44 20 Added by Paul Greve 5 days ago
RE: Returned object deletion
Possible memory leaks Paul Greve 2025-01-23 13:26 18 Added by Paul Greve 6 days ago
RE: Possible memory leaks
DLL not found error in SaxonHEC 11.4 Lauren Wood 2022-09-08 01:14 16 Added by O'Neil Delpratt over 2 years ago
RE: DLL not found error in SaxonHEC 11.4
Any working example of set_parameter on PyXPathProcessor? Martin Honnen 2019-10-19 10:10 12 Added by O'Neil Delpratt over 5 years ago
RE: Any working example of set_parameter on PyXPathProces...
SAxonC 12.5.0 does not recognize license file Paul Greve 2025-01-15 17:48 10 Added by Paul Greve 26 days ago
RE: SAxonC 12.5.0 does not recognize license file
Is PyXdmNode meant to be thread-safe? Martin Honnen 2022-04-03 18:42 9 Added by O'Neil Delpratt over 2 years ago
RE: Is PyXdmNode meant to be thread-safe?
Distutils error when building Python extension A D 2022-09-14 20:15 9 Added by O'Neil Delpratt over 2 years ago
RE: Distutils error when building Python extension
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 almost 3 years ago
RE: I/O error reported by XML parser for the named output...
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 almost 2 years ago
RE: SaxonC 12.1 EE Query.exe on Windows: how to use XPath...
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 almost 2 years ago
RE: strange error with he 12.1 under Windows when using P...
Deleting XdmValue, XdmNode, XPathProcessor and SaxonProcessor Anna Daniau 2020-08-19 16:38 8 Added by Anna Daniau over 4 years ago
RE: Deleting XdmValue, XdmNode, XPathProcessor and SaxonP...
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 5 years ago
RE: Should print(result) in Python work where result = xp...
Possible memory leak in SchemaValidator class Paul Greve 2023-09-12 20:06 7 Added by O'Neil Delpratt 13 days ago
RE: Possible memory leak in SchemaValidator class
Integrate Python logger or redirect stdin and stdout? Eliot Kimber 2024-04-23 16:19 7 Added by O'Neil Delpratt 10 months ago
RE: Integrate Python logger or redirect stdin and stdout?
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 about 2 years ago
RE: SaxonC 11.99/12 EE can't run its SEF: java.lang.Class...
PyXsltProcessor.transform_to_file() not working. Daniel Haley 2021-03-18 22:45 7 Added by Daniel Haley almost 4 years ago
RE: PyXsltProcessor.transform_to_file() not working.
SaxonC XdmNode namespace prefix Paul Greve 2024-11-19 12:04 6 Added by Paul Greve 3 months ago
RE: SaxonC XdmNode namespace prefix
Issue with SaxonC 12.4.2 command line tool query.exe not outputting error (probably a stack overflow error) Martin Honnen 2024-05-15 21:38 6 Added by O'Neil Delpratt 9 months ago
RE: Issue with SaxonC 12.4.2 command line tool query.exe ...
Running SaxonC 12 transform or query on Mac (Sonoma 14.3) M3 Martin Honnen 2024-01-27 16:50 6 Added by Martin Honnen about 1 year ago
RE: Running SaxonC 12 transform or query on Mac (Sonoma 1...
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 over 1 year ago
RE: Building commands on Debian 11 fails: /usr/bin/ld: /h...
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 about 2 years ago
RE: XSLT 3.0 non XML result documents: should the Python ...
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 about 2 years ago
RE: Can I use a schema pulled over HTTP(S) with the PySch...
How to pass Configuration File in Saxon-EE/C santanu das 2021-08-12 20:23 6 Added by santanu das over 3 years ago
RE: How to pass Configuration File in Saxon-EE/C
PyXdmValue creation and population Martin Honnen 2024-01-18 16:19 5 Added by Martin Honnen about 1 year ago
RE: PyXdmValue creation and population
error trying to build cppTests samples under Debian 12 (WSL) Martin Honnen 2023-12-19 14:34 5 Added by O'Neil Delpratt about 1 year ago
RE: error trying to build cppTests samples under Debian 1...
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 over 1 year ago
RE: Does SaxonC and PyXPathProcessor provide some API to ...
Error: Unable to read unicodeBlocks.xml file Paul Greve 2023-06-12 18:25 5 Added by Paul Greve over 1 year ago
RE: Error: Unable to read unicodeBlocks.xml file
setting parser features for the XML parser SaxonC uses Martin Honnen 2023-01-30 20:52 5 Added by O'Neil Delpratt almost 2 years ago
RE: setting parser features for the XML parser SaxonC uses
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 about 2 years ago
RE: How to compile .xsl to .sef with SaxonC EE for target...
Saxon-C through GraalVM E L 2022-11-26 03:35 5 Added by Norm Tovey-Walsh about 2 years ago
RE: Saxon-C through GraalVM
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 almost 3 years ago
RE: SaxonC 11.2 crashes when trying to create XdmValue wi...
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 about 5 years ago
RE: Is there any way to set a static base URI for https:/...
Question on apply_templates_returning_file Martin Honnen 2019-10-31 12:23 5 Added by O'Neil Delpratt over 5 years ago
RE: Question on apply_templates_returning_file
Problems to use self built Python extension on Windows: ImportError: DLL load failed while importing saxonche Martin Honnen 2023-01-26 11:39 4 Added by Matt Patterson 8 months ago
RE: Problems to use self built Python extension on Window...
undefined reference to `dlopen@GLIBC_2.34' Paul Greve 2023-06-15 18:49 4 Added by O'Neil Delpratt over 1 year ago
RE: undefined reference to `dlopen@GLIBC_2.34'
Cross compilation for the ARM Architecture Omar Rodriguez 2016-02-25 21:49 4 Added by O'Neil Delpratt almost 2 years ago
RE: Cross compilation for the ARM Architecture
Entity size limit in libsaxon-HEC-windows/ SaxonC / GraalVM Andreas Oetjen 2023-04-19 12:47 4 Added by Michael Kay almost 2 years ago
RE: Entity size limit in libsaxon-HEC-windows/ SaxonC / G...
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 almost 2 years ago
RE: SaxonCHE cannot be found for the docker container 'py...
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 about 2 years ago
RE: another error message in the context of validation: E...
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 almost 3 years ago
RE: How to use SaxonC 11.1 HE and EE on the same Linux sy...
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 almost 3 years ago
RE: Should Python for .. in with XdmValue being a sequenc...
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 almost 3 years ago
RE: Attempt to use PHP extension function with SaxonC 11....
PyXdmArray as_list not working Martin Honnen 2022-02-03 12:56 4 Added by O'Neil Delpratt about 3 years ago
RE: PyXdmArray as_list not working
Saxon/C and Windows: several issues with C++ classes Thomas Elsässer 2020-04-03 17:27 4 Added by Michael Kay almost 5 years ago
RE: Saxon/C and Windows: several issues with C++ classes
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 5 years ago
RE: Unable to run Saxon HEC 1.2.1 Python: looks for Saxon...
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 about 6 years ago
RE: Problem applying XSL xsl:copy-of when sub node has at...
(1-50/122) Per page: 25, 50, 100

Also available in: Atom