O'Neil Delpratt
- Login: ond1
- Email: oneil@saxonica.com
- Registered on: 2012-01-26
- Last connection: 2024-11-22
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 30 | 665 | 695 |
Reported issues | 21 | 421 | 442 |
Projects
Project | Roles | Registered on |
---|---|---|
Saxon | Manager, Developer, Reporter | 2012-01-27 |
Saxon-CE | Developer, Reporter | 2012-02-01 |
SaxonC | Manager, Developer, Reporter | 2013-11-28 |
SaxonJS | Manager, Developer, Reporter | 2016-08-11 |
SaxonMirrorHE | Manager, Developer | 2021-02-02 |
Activity
2024-11-22
-
The plan is to add the QName class in SaxonC 13. Bug #6591: getPrefix currently not supported on element XdmNodeIt is currently not possible to get the `prefix` of an element XdmNode. You can only get the EQName or local name.
-
Documentation updated on both `saxon12` and `main` branches Bug #6593 (Resolved): inconsistences in the C++ API documentation on freeing/deleting dataThe transformToString returns a char pointer array which should be free'd by the caller but the documentation does not mention this information. There are other places in the API where we make this assumption on the caller having the res...
2024-11-20
-
Bug #6593 (Resolved): inconsistences in the C++ API documentation on freeing/deleting dataThe transformToString returns a char pointer array which should be free'd by the caller but the documentation does not mention this information. There are other places in the API where we make this assumption on the caller having the res...
2024-11-19
-
An equivalent workaround can be done using the C++ API. Same logic really using `XPathProcessor` class Saxon/C Help and Discussions: RE: SaxonC XdmNode namespace prefixWe're using SaxonC to parse xml instance documents with namespaces to get an XdmNode. Is there a way to get the namespace prefix for an element in the XdmNode class? I haven't been able to find one. You can get the namespace URI form ...
-
I have created a bug issue for this #6591 so hopefully we can get a fix out for this in the next ... -
Reported by user here: https://saxonica.plan.io/boards/4/topics/9770 Bug #6591: getPrefix currently not supported on element XdmNodeIt is currently not possible to get the `prefix` of an element XdmNode. You can only get the EQName or local name.
-
-
In SaxonC Graalvm catches the exception and we throw it in C++ therefore overriding the Java mechanism. I am currently working on a solution. Bug #6556 (In Progress): http://saxon.sf.net/feature/standardErrorOutputFile file is created but remains empty, errors are written to the console not the fileWhen I use the SaxonC HE 12.5 Python API to set a configuration property on the Saxon processor to redirect errors to a file it appears that the file is created but remains empty while errors occur in the console (not sure whether they a...
2024-11-15
-
Some more text and link to the available parameters (i.e. https://www.saxonica.com/documentation12/index.html#!extensions/output-extras) has been added in the documentation. This will be available here: https://www.saxonica.com/saxon-c/d... Bug #6589 (Resolved): Clarify in the documentation where to find serialization parametersFollowing the resolution of bug #6588 it would be good to make the clear in the documentation where the user can find the list of serialization parameters they can use.
-
Also available in: Atom