martin-honnen

Results 11 comments of martin-honnen

To try to give some sample where the problem occurs, in a project having ``` ``` add a class e.g. ``` using net.sf.saxon.om; using net.sf.saxon.tree.iter; using System.Xml; using JArrayList =...

No, I get a `Compiler Error CS0539: 'AttributeEnumeration.next()' in explicit interface declaration is not a member of interface` in that case and some suggestion to "fix it" by inserting that...

@wasabii , thanks for looking into it. The various classes implementing one abstract class and additionally implementing one or two interfaces where sometimes the method names are the same and...

@wasabii , I suppose that refers to https://www.nuget.org/packages/IKVM.NET.Sdk/8.2.2-prerelease0241#readme-body-tab? Yes, I will give it a try during this week. Can the Java code refer to .NET code, like ikvmstub compiled code...

@wasabii > > Would you be interested in trying out IKVM.NET.Sdk to do my recommendation? The idea is you can have actual .java source code in a .NET project. >...

@wasabii , what is needed in these kind of IKVM.NET.Sdk projects to reference Saxon from Maven? Both ``` ``` or just ``` ```

@wasabii , I am now trying to use 8.2.2-prerelease0553 with Java files of some larger project, any idea why I would get the following errors related to Java 8 JRE/JDK...

@hikmat30ce, thanks for providing the URL to another online version of XSL-tester. Have you considered updating your installation to the latest version 9.8 of Saxon HE (https://sourceforge.net/projects/saxon/files/latest/download?source=files) as that provides...

@hikmat30ce , if I would want to try to update and test and deploy the XSL-tester myself, what do I need besides a fork of your project and the updates...

@cory-griffin , if you want to run XSLT 3 online then I have created a couples of options: - https://martin-honnen.github.io/xslt3fiddle/ - https://xsltfiddle-beta.liberty-development.net/ - https://xsltfiddle.liberty-development.net/ The first one uses Saxon-JS is...