Norman Walsh
Norman Walsh
The `fn:transform` function should clarify the expected behavior when the stylesheet node passed in has two top-level `xsl:stylesheet` elements. Personally, I think this should be an error.
Issue #898 was about dropping this constraint that document-uri()s had to be unique and PR #905 was adopted to resolve it. However, I see that the the XPath specification still...
1. Add a note clarifying that the fragment identifier should be (1) URI decoded and (2) ignored if it's the empty string. 2. Reworked a bit of the description in...
Apparently the code is lying around somewhere...
There are tests in `tests/qt3/archive` that (seem to) rely on `test1.zip` and `test3.zip` existing in the `sandpit` directory. However, the `sandpit` directory is not in the repo and is explicitly...
See, for example, https://stackoverflow.com/questions/78800619/how-can-i-set-arbitrary-stylesheet-parameters-from-xml-source-document
I decided to put this in a separte PR so that it can be reviewed in isolation. I don't expect it to be controversial, exactly, but it may require adjustment.
Fix #1320 (A speculative PR in the hope that my proposed resolution is acceptable.)
Recently, we added an `escape-solidus` option to `fn:serialize()`. That option should apply to `fn:xml-to-json()` as well. It's not immediately obvious to me if there are other serialize options that should...
I *think* the problem is that there's no "streamibility of fn:distinct-ordered-nodes" section. The expanded versions of the XSLT 4.0 specification all contain generated links to such a section, but there's...