-
* In 4.9.3
* Crashes in several grammars in github.com/antlr/grammars-v4
* cto
* html
* iri
* json5
* prov-n
* sparql
* swift/swift2
* swift/swift3
* unic…
-
As per a conversation in [the antlr-discussions Google group](https://groups.google.com/g/antlr-discussion/c/-g5CF0MuUBk), there is confusion as to use of the grammars in this Github repo that are mis…
-
The codepoint U+A78F:
https://util.unicode.org/UnicodeJsps/character.jsp?a=A78F
(LATIN LETTER SINOLOGICAL DOT) is in the Latin Extended D block, and is Alphabetic, and in the Other_Letter catego…
-
I've found myself wanting to write XPath expressions equivalent or similar to the CSS `E:first-child` selector. The two use cases I have so far is:
1. *first child element is a given element* -- `ch…
-
**Describe the bug**
The second XPath predicate as a filter when using the following axis give seems to be ignored, leading to incorrect XPath results. This code worked in eXist 4.7.1; It is failin…
-
As the number of function libraries increases, the number of namespace declarations required proliferates. There are several practical consequences: the code becomes more cluttered, and it also become…
-
Schematron schemas can specify a range of different values for the query language binding (typically xslt, xslt2, or xslt3, but many more are listed here: https://archive.xmlprague.cz/2022/files/prese…
-
I wrote a little Trash script to see what I would find in grammars-v4 for unreferenced parser rule symbols, where there is a parser rule defined, but the LHS symbol of the rule is never reference anyw…
-
I've been converting the XMark data files and queries from XML to JSON.
Here's part of Q20 in its XML form:
```
{count (/site/people/person/profile[@income >= 100000])}
```
which be…
-
The default query language binding is `xslt`, meaning that you're limited to XPath 1.0. That is severely limiting nowadays.
Why not keep the default query language binding in check with the curren…