Added support for XPATH functions:

* `contains`,
  * `derived-from` and `derived-from-or-self`
    * in particular in augment/when statements as shown in eg RFC 7950.
This commit is contained in:
Olof hagsand 2020-09-22 18:00:15 +02:00
parent 6d7b76550f
commit c616aa1569
18 changed files with 800 additions and 48 deletions

View file

@ -27,6 +27,13 @@
## 4.8.0
Expected: October 2020
### New features
* Added support for the following XPATH functions:
* `contains`, see https://www.w3.org/TR/xpath-10
* `derived-from` and `derived-from-or-self`
* in particular in augment/when statements as shown in eg RFC 7950.
## 4.7.0
14 September 2020