clixon/lib
Olof hagsand 21ac47915b More XPath function support
* `count`, `name`, `contains`, `not`, as defined in [xpath 1.0](https://www.w3.org/TR/xpath-10)
  * `deref`, `derived-from` and `derived-from-or-self` from RFC7950 Section 10.
    * in particular in augment/when statements
  * Improved error handling
    * Verification of XPath functions is done at startup when yang modules are loaded, not when XPaths are evaluated.
    * Separation of "not found" and "not implemented" XPath functions
    * Both give a fatal error (backend does not start).
2020-09-25 11:52:06 +02:00
..
clixon More XPath function support 2020-09-25 11:52:06 +02:00
src More XPath function support 2020-09-25 11:52:06 +02:00
Makefile.in Makefile copyright 2020-05-12 13:59:45 +02:00