Project

Profile

Help

Saxon/C Help and Discussions

Questions and Answers relating to the use of Saxon/C

Subject Author Created Replies Last message
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 1 day ago
RE: Any (cross platform) Python samples that show proper ...
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 2 days ago
RE: strange error with he 12.1 under Windows when using P...
SaxonC 12.1 EE Query.exe on Windows: how to use XPath 4.0 function parse-html Martin Honnen 2023-03-22 13:03 0
setting parser features for the XML parser SaxonC uses Martin Honnen 2023-01-30 20:52 5 Added by O'Neil Delpratt 29 days ago
RE: setting parser features for the XML parser SaxonC uses
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 2 months ago
RE: Should PyDocumentBuilder have exception_occurred/erro...
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 4 Added by Martin Honnen about 2 months ago
RE: Building commands on Debian 11 fails: /usr/bin/ld: /h...
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 2 months ago
RE: Problems to use self built Python extension on Window...
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 about 2 months ago
RE: Is an error on calling a system function somehow hand...
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 months ago
RE: XSLT 3.0 non XML result documents: should the Python ...
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 2 months ago
RE: Is there a reason why the default toString() of an Xd...
Using XQuery 4.0 with SaxonC EE Python Martin Honnen 2023-01-17 12:53 1 Added by O'Neil Delpratt 2 months ago
RE: Using XQuery 4.0 with SaxonC EE Python
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 2 months ago
RE: Aggregating results of several XQueries or XSLT trans...
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 2 months ago
RE: Can I use a schema pulled over HTTP(S) with the PySch...
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 3 months ago
RE: SaxonC 11.99/12 EE can't run its SEF: java.lang.Class...
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 3 months ago
RE: another error message in the context of validation: E...
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 3 months ago
RE: https://www.saxonica.com/saxon-c/doc11/html/saxonc.ht...
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 3 months ago
RE: trying to use local copy of XSD schema for XSLT 3 (wh...
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 3 months ago
RE: How to compile .xsl to .sef with SaxonC EE for target...
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 3 months ago
RE: SaxonC 11.99 on Windows: using file paths with Window...
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 3 months ago
RE: Another "yellow zone" StackOverflowError using SaxonC...
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 3 months ago
RE: muitithreading example with preview of SaxonC 12: Fat...
Saxon-C through GraalVM E L 2022-11-26 03:35 5 Added by Norm Tovey-Walsh 3 months ago
RE: Saxon-C through GraalVM
Is PyXdmNode meant to be thread-safe? Martin Honnen 2022-04-03 18:42 9 Added by O'Neil Delpratt 6 months 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 6 months ago
RE: Distutils error when building Python extension
DLL not found error in SaxonHEC 11.4 Lauren Wood 2022-09-08 01:14 16 Added by O'Neil Delpratt 6 months ago
RE: DLL not found error in SaxonHEC 11.4
Does SaxonC EE support streaming in XQuery using Python API? Martin Honnen 2022-06-17 13:44 1 Added by O'Neil Delpratt 9 months ago
RE: Does SaxonC EE support streaming in XQuery using Pyth...
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 12 months ago
RE: Is there some way to use ThreadPoolExecutor with Pyth...
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 12 months ago
RE: Need some help to explain/fix read access violation i...
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 1 year ago
RE: How to use SaxonC 11.1 HE and EE on the same Linux sy...
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 1 year ago
RE: I/O error reported by XML parser for the named output...
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 1 year ago
RE: Need advice on how to use SaxonC 11.1 Python API in w...
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 1 year ago
RE: Commands for SaxonC 11.2 HE on Linux look for /usr/li...
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 1 year 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 1 year 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 1 year 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 1 year 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 1 year 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 1 year 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 1 year 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 1 year 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 1 year 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 1 year 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 1 year 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 1 year 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 1 year 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 1 year 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 1 year 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 1 year 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 1 year 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 1 year ago
RE: Use of Configuration File in Saxon-EE/C
(1-50/87) Per page: 25, 50, 100

Also available in: Atom