-
It was observed that if during the directLive state the end time is modified on the broadcast UI, the broadcast state somehow gets cleared to directIdle. This meant that it was no longer checking if t…
-
It seems that DAPS does not profile correctly any more with the `xsltproc=saxon` parameter.
The profiling output contains empty `xinclude` elements which of course prevents DAPS from actually buildin…
ghost updated
8 years ago
-
Using the RR site to plot a graph, this recursive grammar (which I don't know if is valid input):
```
whitespace ::= ('space')+ | ('linefeed')+ | ('carriage return')+ | ('horizontal tab')+ | (whites…
-
When using saxon I had some problems with nullPointer
```
java.lang.NullPointerException: null
at net.sf.saxon.event.ReceivingContentHandler.getNodeName(ReceivingContentHandler.java:529) ~[Sax…
-
I am wondering, whether it is possible to add a task to allow using SaxonC (12) as the XSLT processor. Given that it seems to me that both Saxon Java and SaxonJS are called as command line tools the u…
-
Beginning in [Saxon 9.3](https://www.saxonica.com/documentation10/index.html#!changes/command-line/9.2-9.3) you can pass in a class that implements the interface net.sf.saxon.lib.Initializer to regist…
-
While updating a license for the Fedora package `docbook5-style-xsl`, the legal team discovered that we were unintentionally packaging multiple JAR binaries from the package's `tools/` folder.
The …
-
When following your tutorial:
After creating Project it is not buildable as some dependencies are not in public repo.
Downloading: https://repo.maven.apache.org/maven2/com/marsching/flexiparse/fl…
-
So I'm testing my PR[1] port from findbugs which allowed findbugs/spotbugs to handle arbitrarily large argument lists with ant/CLI against my application. I've been using this code with findbugs f…
-
I propose that the following attributes on an `xsl:function` should be accessible as annotations, for example in a call on function-annotations:
- visibility
- streamability
- new-each-time
- ca…