Debbie Lockett
- Login: deblock
- Email: debbie@saxonica.com
- Registered on: 2014-03-13
- Last connection: 2023-01-26
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 4 | 266 | 270 |
Reported issues | 7 | 134 | 141 |
Projects
Project | Roles | Registered on |
---|---|---|
Saxon | Manager, Developer, Reporter | 2014-04-04 |
Saxon-CE | Reporter | 2014-04-04 |
SaxonC | Manager, Developer, Reporter | 2014-04-04 |
SaxonJS | Manager, Developer, Reporter | 2016-08-11 |
SaxonMirrorHE | Manager, Developer | 2021-02-02 |
Activity
2023-01-26
-
Thanks for reporting the bug, and supplying the repro.
I have added a browser unit test, `browser/iss5855` (committed on the main and saxonjs2 branches) and confirmed that the test passes when the SEF is XX-compiled using SaxonJS (`.... Bug #5855: map:merge with duplicates=combine gives wrong answerSee attached files for specifics. The maps being merged are computed in a for loop with computed keys and values.
Run as XSLT, the results are correct. Running compiled to JS using Saxon-JS, the results are incorrect: all the keys pic...
2023-01-24
-
Further build script changes committed to correctly exclude `src/main/c/Saxon.C.API/README.md` (and other `Saxon.C.API` content which was mistakenly copied).
Releases readme `src/main/c/README.md` content updated to add more links for... Bug #5843 (Resolved): SaxonC releases readmeFor SaxonC 12, the release zips now contain a top level README.md file. This was modified from the readme which was previously only used to generate the index.html page of the C++ API documentation.
1. The readme used for the C++ API ...
2023-01-20
-
I've committed a change in the docs build script which hopefully fixes the issue by correcting all the links (by replacing "saxoncee.html" with "saxonc.html"). I haven't been able to check it because I can't currently build the python AP... Bug #5822: Main Python API is online at https://www.saxonica.com/saxon-c/doc12/html/saxonc.html but relative links link to e.g. saxoncee.html#PyDocumentBuilder and saxoncee.html is not onlineThe online SaxonC Python API documentation seems kind of broken, I am directed to https://www.saxonica.com/saxon-c/doc12/html/saxonc.html as the overview document but that contains links like
``` html
<a href="saxoncee.html#PyDocume... -
I've committed changes to separate the readmes:
* src/main/c/README.md is the one for the releases (containing @@ terms which get replaced accordingly for different editions, etc.)
* src/main/c/Saxon.C.API/README.md is the one used by... Bug #5843: SaxonC releases readmeFor SaxonC 12, the release zips now contain a top level README.md file. This was modified from the readme which was previously only used to generate the index.html page of the C++ API documentation.
1. The readme used for the C++ API ... -
1. The readme used for the C++ API ... -
The content was based on an external pypi package (https://pypi.org/project/saxonpy/) with some reworking to update to Saxonica information. But we should review what information we actually want to include. (For instance compare to the ... Bug #5842: Review the pypi readmeIt would be good to review the README file used for the python wheel packages on pypi.
The source is at src/main/c/pypi/README.md -
The source is at src/main/c/pypi/README.md
2023-01-19
-
Thanks for pointing this out. I've corrected this information, and updated all the jar file sizes to match those in the 12.0 releases too.
Committed and updated online (XML and HTML versions). Bug #5819 (Closed): Minor: documentation lists old version number of xmlresolverJust installing Saxon12HE, I looked for the documentation (to find out whether I need jline.jar), I saw that the onli e documentation at
<https://www.saxonica.com/documentation12/#!about/installationjava/jarfiles>
still lists
xmlres...
2023-01-18
-
I have added a note on the website (https://www.saxonica.com/products/latest.xml#saxonJ12) where we mention Java versions, so that it now says:
> SaxonJ 12 is built and tested using Java 11, but should still be usable with Java 8 or lat... Bug #5824: SaxonJ 12 does not run on Java 8We say in the documentation that we're targeting Java 11 but that the code should still run on Java 8. However, it is reported that it doesn't.
Note: we are using at least one Java 9 feature, namely the java.lang.ref.Cleaner class.
2023-01-17
-
Bug #5822 (In Progress): Main Python API is online at https://www.saxonica.com/saxon-c/doc12/html/saxonc.html but relative links link to e.g. saxoncee.html#PyDocumentBuilder and saxoncee.html is not onlineThe online SaxonC Python API documentation seems kind of broken, I am directed to https://www.saxonica.com/saxon-c/doc12/html/saxonc.html as the overview document but that contains links like
``` html
<a href="saxoncee.html#PyDocume...
Also available in: Atom