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...
|
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 almost 3 years ago
RE: Does the Python API of SaxonC 11 intentionally restri...
|
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...
|
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 almost 3 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 almost 3 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 almost 3 years ago
RE: Attempt to use PHP extension function with SaxonC 11....
|
right way to use setProperty("extc", filePath) on Windows with C++? |
Martin Honnen |
2022-02-19 17:49 |
2 |
Added by O'Neil Delpratt almost 3 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 almost 3 years ago
RE: Should Python for .. in with XdmValue being a sequenc...
|
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...
|
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 almost 3 years ago
RE: Need some help to explain/fix read access violation i...
|
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 almost 3 years ago
RE: Is there some way to use ThreadPoolExecutor with Pyth...
|
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?
|
Does SaxonC EE support streaming in XQuery using Python API? |
Martin Honnen |
2022-06-17 13:44 |
1 |
Added by O'Neil Delpratt over 2 years ago
RE: Does SaxonC EE support streaming in XQuery using Pyth...
|
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...
|
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
|
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
|
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
|
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 about 2 years 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 about 2 years 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 about 2 years 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 about 2 years ago
RE: Is there a reason why the default toString() of an Xd...
|
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...
|
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...
|
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 about 2 years 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 about 2 years ago
RE: another error message in the context of validation: E...
|