Octavian Nadolu
- Login: octavian
- Email: octavian_nadolu@sync.ro
- Registered on: 2014-04-10
- Last connection: 2024-11-21
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 29 | 29 |
Projects
Project | Roles | Registered on |
---|---|---|
SaxonMirrorHE | Subscriber | 2021-02-16 |
Activity
2023-07-27
-
Bug #6140 (Closed): Add SaxonJS 3.1 extension functions in Saxon 12.3Hello,
I try to add the SaxonJS functions in the configuration extension library list using the code below. When I try to validate an XSL that uses the SaxonJS functions it complains that this are not recognized.
Do you have any sug...
2023-05-17
-
Bug #6040 (Closed): Invalid warning displayed when map:contains() is usedIf I transform the following XML with the XSL I obtain an warning. I think that the warning that should not be presented because in the template I match the "element" from the "relevant" parent, and in the XML I have an "irrelevant" pare...
2023-05-11
2022-10-03
-
Bug #5707 (Closed): xsl:output with json-node-output-method="adaptive" does not workIt seems that if you set json-node-output-method="adaptive" on an xsl:output element, Saxon displays an error:
```
Error in xsl:output/@json-node-output-method on line 3 column 67 of jsonAdaptiveoutput.xsl:
XTSE0020 Invalid value...
2022-08-10
-
Thanks for the explanations.
Maybe you add a note in the document-uri() function documentation to explain this situation. It is possible that other users will encounter the same problem. Bug #5640: document-uri() function does not work on a node from a collectionIf you use the document-uri() function to obtain the URI of a node from a collection, this does not work with Saxon 11.4. It works fine with Saxon 10.6.
I attached the sample files. You can run a transformation tokenize.xsl with root.xml.
2022-08-09
-
Bug #5640 (Closed): document-uri() function does not work on a node from a collectionIf you use the document-uri() function to obtain the URI of a node from a collection, this does not work with Saxon 11.4. It works fine with Saxon 10.6.
I attached the sample files. You can run a transformation tokenize.xsl with root.xml.
2022-08-08
-
Bug #5637 (Closed): More detailed message for regular expression errorIf validate the following XSL with Saxon 11.4 I get an error message:
"Error in regular expression: Incorrect syntax for Java regular expression".
I expect to have also the reason of the regexp error in the message. Something lik...
2022-08-03
-
Bug #5630 (Closed): Error cause is not set when IllegalStateException is thoron in ActiveSAXSource (Saxon 11)In net/sf/saxon/resource/ActiveSAXSource.java, when an Exception is cached, an IllegalStateException is throwed. Maybe you can set the cause in the IllegalStateException and not print the exception stack trace.
Instead of:
``` java
...
2022-07-29
-
Bug #5625 (Closed): DoubleValue cannot be cast to class net.sf.saxon.value.BigDecimalValue with Saxon PEIf I transform the following XML with the XSL, with Saxon PE 11.3, I get an error:
"DoubleValue cannot be cast to class net.sf.saxon.value.BigDecimalValue"
With Saxon EE 11.3 works fine.
``` xml
<xsl:stylesheet xmlns:xsl="http://...
2022-07-28
Also available in: Atom