Norm Tovey-Walsh
- Login: norm
- Introduction email sent: Yes
- Which product do you use?: Saxon
- Registered on: 2020-08-27
- Last connection: 2024-10-03
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 1 | 73 | 74 |
Reported issues | 11 | 81 | 92 |
Projects
Project | Roles | Registered on |
---|---|---|
Saxon | Manager, Developer, Reporter, Subscriber | 2020-08-27 |
Non-Conformances | Manager, Developer, Reporter, Subscriber | 2020-08-27 |
Saxon-CE | Manager, Developer, Reporter, Subscriber | 2020-08-27 |
SaxonC | Manager, Developer, Reporter, Subscriber | 2020-08-27 |
SaxonJS | Manager, Developer, Reporter, Subscriber | 2020-08-27 |
SaxonMirrorHE | Manager, Developer | 2020-11-23 |
W3C QT Specifications | Manager, Developer, Reporter, Subscriber | 2020-08-27 |
Activity
2024-11-20
-
Complete typo on my part. I left out the word **not**.
> On further reflection, it's absolutely **not** clear to me why ../../lib/ isn't being resolved against the static base URI. I mean, what I said about the Java URI class is true,... Support #6578: FORG0002 not understood !Hello !
I'm a little bit rusty on Xslt, and I need some help !
I'm trying to compile Xslt from XSpec, and my problem comes on compiling schxslt implementation.
All source code is at https://github.com/xspec/xspec/tree/v3.1.2 and...
2024-11-19
-
On further reflection, it's absolutely clear to me why `../../lib/` isn't being resolved against the static base URI. I mean, what I said about the Java `URI` class is true, but it appears that Saxon does more than that for the latter ca... Support #6578: FORG0002 not understood !Hello !
I'm a little bit rusty on Xslt, and I need some help !
I'm trying to compile Xslt from XSpec, and my problem comes on compiling schxslt implementation.
All source code is at https://github.com/xspec/xspec/tree/v3.1.2 and...
2024-11-18
-
Here's a solution that does appear to work:
```
<xsl:variable name="sbu" select="resolve-uri('../../lib/', static-base-uri())"
static="yes"/>
<xsl:variable as="map(xs:string, item())" name="x:schematr... Support #6578: FORG0002 not understood !Hello !
I'm a little bit rusty on Xslt, and I need some help !
I'm trying to compile Xslt from XSpec, and my problem comes on compiling schxslt implementation.
All source code is at https://github.com/xspec/xspec/tree/v3.1.2 and... -
I'm not sure what can be done, though. The resolver actually has no trouble resolving all the relative URIs from the stylesheets. But when we get to this:
...
2024-11-12
-
Can you try patching in version 6.0.11 of the XML Resolver, https://github.com/xmlresolver/xmlresolver/releases/tag/6.0.11
I wonder if this issue is the cause: https://github.com/xmlresolver/xmlresolver/issues/211
Support #6578: FORG0002 not understood !Hello !
I'm a little bit rusty on Xslt, and I need some help !
I'm trying to compile Xslt from XSpec, and my problem comes on compiling schxslt implementation.
All source code is at https://github.com/xspec/xspec/tree/v3.1.2 and...
2024-10-30
-
The date is actually used; for example, it is how SEF files compiled with evaluation licenses expire.
I'm inclined to think of SEF files as build artifacts, not something that I'd expect to have checked into a repository. If you are ... Feature #6572: Don't modify sef when xsl doesn't changeIn order to integrate the xsl -> sef conversion in a reliable build pipeline, we routinely recompile the xsl, for example to run tests that exercise the sef.
Currently, recompiling the xsl creates a modified version of the sef, becaus...
2024-10-10
-
As Martin notes, SaxonJS 2.5 works better than 2.3 did. We've made some improvements in this area. There are aspects of the parse that we don't control, so it's challenging to construct test cases. The simple ones, where an input documen... Bug #5144: SaxonJS.XPath.evaluate method fails to select CDATA section node as text() nodeI have run into an odd problem trying to use the Saxon-JS 2.3 browser-side SaxonJS.XPath.evaluate method to select text nodes which are in the original parsed XML marked up as a CDATA section. The native XPath 1.0 implementation of the b...
2024-09-30
-
Given that it's convenient to pass around URIs as references to features, I still think it would be nice if there was a published API that accepted a URI and returned the corresponding `Feature`.
Calling `processor.getUnderlyingConfig... Bug #6429: setConfigurationProperty()Is it an oversight that `setConfigurationProperty(String,Object)` is deprecated on `Processor` but not on `Configuration`?
Also, if `setConfigurationProperty(Feature,Object)` is preferred, it sure would be nice to have a way of creati...
2024-09-20
-
The combinatorics of testing every function and every instruction in every (even just every valid) context is a little mind boggling. I wonder if a bunch of them could be generated. I mean, yes, a bunch of them could clearly be generated... Bug #6541: Optimization bug: ClassCastException: class ObjectToBeSorted cannot be cast to class GroupToBeSortedIt took me a little while to work out that this was related to optimization. If you run
```
java -jar saxon-ee-12.5.jar -s:xml/doclet.xml -xsl:xsl/chunk-xmljavadoc.xsl \
-o:./result/out base-output=./result
```
with a licen...
2024-09-19
-
Bug #6541 (Resolved): Optimization bug: ClassCastException: class ObjectToBeSorted cannot be cast to class GroupToBeSortedIt took me a little while to work out that this was related to optimization. If you run
```
java -jar saxon-ee-12.5.jar -s:xml/doclet.xml -xsl:xsl/chunk-xmljavadoc.xsl \
-o:./result/out base-output=./result
```
with a licen...
Also available in: Atom