Community Admin
- Login: admin
- Email: support@saxonica.com
- Registered on: 2012-03-22
- Last connection: 2022-02-09
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 1 | 4 | 5 |
Reported issues | 0 | 2 | 2 |
Projects
Project | Roles | Registered on |
---|---|---|
Saxon | Manager, Developer, Reporter | 2012-03-22 |
Saxon-CE | Manager | 2012-03-23 |
Activity
2020-08-28
-
hi Martin,
Thank you for raising this issue and for the suggestion. Currently investigating and testing the patch. Bug #4698 (In Progress): Constructor XdmAtomicValue(decimal d) should use d.ToString(CultureInfo.InvariantCulture) instead of d.ToString()I have run into a problem with the construction of an `xs:decimal` from a .NET `decimal`, as I have a German version of Windows 10 usually .NET code runs with that CultureInfo for that language meaning in
public XdmAtomicValu...
2018-10-17
-
I would certainly like to understand why you got the behaviour you did. I'm travelling at the moment but will take a look at your files when I get a chance.
Michael Kay
Saxonica
> On 17 Oct 2018, at 12:54, Saxonica Developer Community ... Help: Inconsistant behaviour when dealing with text() between different environmentsIn our input-document, we have
~~~ xml
<head>Verfassung des Deutschen Reichs <lb/>Vom 11. August 1919 <lb/>Reichsgesetzblatt 1919 S. 1383 <lb/>Erster Hauptteil. Aufbau und Aufgaben des Reichs</head>
~~~
which, when transformed w... -
2018-10-02
-
Problem reproduced. Saved as XSLT3 test case si-fork-119. Entered as bug 3934.
I'm not currently sure whether this should be streamable or not. But the diagnostics in both 9.8 and 9.9 could be improved.
Michael Kay
Saxonica
> On 2 Oct... Help: Getting SXST0060 "No streamable path found in expression" when trying to push a map with grounded nodes to a template of a streamable modeI have run into an odd error while trying to find an elegant way to pass some grounded nodes on from a streamed `xsl:iterate` to a template to create a secondary result, I tried to write a template matching on `.[. instance of map(xs:str...
2018-06-14
-
Drew Borell wrote:
> Same problem I am seeing, but I found two other issues. In the SaxonCGlue.c there is a hard coded path that is wrong:
> [...]
> They obviouosly should be 1.1.0 and there are other references similar to above tha... Feature #3705: Build PHP extension of Saxon for WindowsReported here: https://stackoverflow.com/questions/49010431/build-php-extension-of-saxon-for-windows
Bug issue created to track the progress of building a PHP extension for Saxon/C 1.1.0 on windows.
2017-10-18
-
Tricky one. There are two reasons for this:
(a) on many systems, console output doesn't display the characters correctly. It's probably capable of displaying them if configured correctly, but we have no control over that
(b) errors l... Bug #3491: In error messages Japanese characters are displayed as \uXXXXI run this demo stylesheet on the command line:
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="3.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/" élève="" 日本="">
</xsl:template>
</xsl...
2017-07-03
2016-12-09
2016-08-15
-
Tom Groeneboer wrote:
> Hi,
>
> I reference the nuget version: https://www.nuget.org/packages/Saxon-HE/9.7.0.7 and the issue still exists.
> A colleague used the same application and it worked on his machine.
>
> This is the rep... Bug #2870: ClassNotFoundException in C#Reported by user:
Hi,
I've encountered a problem while using the .NET version of Saxon-HE. We've got a .NET Core project which references Saxon-HE 9.4.0.7. If I try to run the following code:
private static readonly Processor Proce...
2014-12-11
-
The proposed fix seems to work now and is committed to the Saxon 9.6 subversion branch:
Fix applied in the transform method of the TransformerImpl class. Specially, in the path where we are writing to a file we now pass the File object... Bug #2250 (Resolved): The output file cannot be deleted after executing an XSLT transformationAfter I executed an XSLT transformation from a Java program the output file seems to be locked because it cannot be deleted.
The usual reason why this problem happens, is that the output stream over the file is not closed.
I can repro...
Also available in: Atom