Debbie Lockett
- Login: deblock
- Email: debbie@saxonica.com
- Registered on: 2014-03-13
- Last connection: 2025-01-03
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 3 | 308 | 311 |
Reported issues | 6 | 152 | 158 |
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
2024-12-19
-
I previously neglected to add a note in the change history section of the documentation about this new addition to the HTTP API. This has now been added, and pushed directly to the SaxonJS 3 documentation online (via the `www-saxonica-co... Feature #6355: A new instruction that makes a document available by the document() function`ixsl:schedule-action` supports `@document` and `@http-request`. Both approaches have their advantages.
For `@schedule-action`:
> The called template can access the documents using the `doc()`, `document()`, `doc-available()`, `json-do... -
Bug fix applied in the Saxon 3.0.0-beta1 preview release.
I'm closing this issue, because I think the documentation (at https://www.saxonica.com/saxonjs/documentation3/index.html#!xdm/nodes) now covers everything we want it to:
* `... Bug #5535 (Closed): Improve documentation for exposed node propertiesThe documentation about XDM nodes makes reference to the fact that we've added properties to some of the node types, but doesn't actually enumerate the properties that we expect to be public.
We should use the externs for the node cla... -
Actually, sorry, this isn't "closed" for SaxonJS 3.0.0-beta1 after all. I'm afraid the work is incomplete.
* The new attribute `ixsl:event-options` on `xsl:mode` is recognised in the XX compiler in SaxonJS; but it has not been added t... Feature #5923 (In Progress): Provide a way to control event listener parametersI'm getting this warning in a `<xsl:template match="svg:svg" mode="ixsl:onwheel">` template:
```
Ignoring 'preventDefault()' call on event of type 'wheel' from a listener registered as 'passive'.
```
I haven't set the `passive` param...
2024-12-18
-
Bug fix applied in the SaxonJS 3.0.0-beta1 preview release. Bug #5656 (Closed): XDM array is not converted to a true JS array?According to [XDM to JavaScript Conversion](https://www.saxonica.com/saxon-js/documentation2/index.html#!xdm/conversions) `array(*)` should be converted to a JS array.
However this code:
```
<xsl:variable name="array" select="[ 'a' ... -
Bug fix applied in the SaxonJS 3.0.0-beta1 preview release. Feature #5923 (Closed): Provide a way to control event listener parametersI'm getting this warning in a `<xsl:template match="svg:svg" mode="ixsl:onwheel">` template:
```
Ignoring 'preventDefault()' call on event of type 'wheel' from a listener registered as 'passive'.
```
I haven't set the `passive` param... -
Bug fix applied in the SaxonJS 3.0.0-beta1 preview release. Feature #6303 (Closed): `xsl:result-document` method that replaces `outerHTML`Currently `<xsl:result-document method="ixsl:replace-content">` replaces the equivalent of [`innerHTML`](https://developer.mozilla.org/en-US/docs/Web/API/Element/innerHTML).
Therefore I often find myself doing stuff like this:
```xml... -
Bug fix applied in the SaxonJS 3.0.0-beta1 preview release. Feature #6355 (Closed): A new instruction that makes a document available by the document() function`ixsl:schedule-action` supports `@document` and `@http-request`. Both approaches have their advantages.
For `@schedule-action`:
> The called template can access the documents using the `doc()`, `document()`, `doc-available()`, `json-do... -
Bug fix applied in the SaxonJS 3.0.0-beta1 preview release. Feature #6447 (Closed): Async version of ixsl:call?I was wondering if there could be a variant of `ixsl:call` function that would allow calling async JS functions using the `await` keyword? Or maybe a new `ixsl:await` function?
Because right now the only way I know how to retrieve the... -
Bug fix applied in the SaxonJS 3.0.0-beta1 preview release. Bug #6506 (Closed): Passing a buffer as the sourceText to SaxonJS.transform gives a nasty errorYou're supposed to pass a string, but if you pass a buffer it crashes out with a really nasty error message. We should accept a buffer and/or test that it's a string and give a reasonable error message.
-
Bug fix applied in the SaxonJS 3.0.0-beta1 preview release. Bug #5654 (Closed): SaxonJS restriction: don't check parameters are supplied if they aren't usedIt is documented (https://www.saxonica.com/saxon-js/documentation2/index.html#!conformance/xslt30) that
> If a required stylesheet parameter is not actually used, then Saxon does not check that a value has been supplied.
The xslt3...
Also available in: Atom