clixon/lib
Olof hagsand a51abd0063 * XPath parser: fixing lexical issues cornercases
* Some complexities in Section 3.7 Lexical Structure of XPath 1.0 spec
  * There used to be some cornercases where function-names could not be used as nodes
  * For example, `node()` is a nodetest, so `/node/` caused an error.
  * In the grammar these include: axisnames,  nodetests, functionnames
  * The NCNames vs functionnames is now impölemented according to the lexical structure section
2022-04-07 12:53:57 +02:00
..
clixon * XPath parser: fixing lexical issues cornercases 2022-04-07 12:53:57 +02:00
src * XPath parser: fixing lexical issues cornercases 2022-04-07 12:53:57 +02:00
Makefile.in Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00