Skip to content

Commit

Permalink
Clixon 7.2 and some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
olofhagsand committed Oct 31, 2024
1 parent 964c601 commit 4e33dbe
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
master_doc = 'index'

# The full version, including alpha/beta/rc tags
release = '7.1'
release = '7.2'

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
Expand Down
2 changes: 1 addition & 1 deletion misc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ This can also be triggered via the CLI::
cli> no notify
cli>

Restconf notifications (FCGI only) is also supported,
Restconf notifications are also supported.

Formats
=======
Expand Down
4 changes: 2 additions & 2 deletions restconf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,8 @@ All applicable features of the native restconf implementation are available for
There is support for URI path internal redirect to a file called
`index.html`. This can be changed by compile-time option ``HTTP_DATA_INTERNAL_REDIRECT``.

RESTCONF streams
================
RESTCONF stream notifications
=============================
Clixon has an experimental RESTCONF event stream implementations following
RFC8040 Section 6 using Server-Sent Events (SSE).

Expand Down
15 changes: 11 additions & 4 deletions standards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ Not implemented:
* Default values on leaf-lists (7.7.2)
* error-message is not implemented as sub-statement of "range", "length" and "pattern"

Further:

Clixon supports the following extended XPath functions (10):

- current()
Expand All @@ -42,7 +40,7 @@ Clixon supports the following extended XPath functions (10):
- derived-from-or-self()
- bit-is-set()

* The following extended XPath functions are *not* supported (10):
The following extended XPath functions are *not* supported (10):

- re-match()
- enum-value()
Expand Down Expand Up @@ -212,7 +210,16 @@ The following XPath axes are supported:
* self
* parent

The following xpath axes are *not* supported: preceding, preceding_sibling, namespace, following_sibling, following, ancestor,ancestor_or_self, and attribute
The following xpath axes are *not* supported:

* preceding
* preceding_sibling
* namespace
* following_sibling
* following
* ancestor
* ancestor_or_self
* attribute

The following XPath functions as defined in Section 2.3 / 4 of the XPath 1.0 standard are supported:

Expand Down

0 comments on commit 4e33dbe

Please sign in to comment.