diff options
author | Niamh Core <niamh.core@est.tech> | 2021-11-02 14:57:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-11-02 14:57:45 +0000 |
commit | 2e8b92ba8e5b20d0c695a443a8194da92b42d1a5 (patch) | |
tree | 02f9227d0f52bf0ded66a390c6cffe2eea28cd62 /docs | |
parent | 4a53ecc329fd8298d883a32601bc687762f874f3 (diff) | |
parent | d02d69a3d0ae4bb03017f18678a2dbb402b75abb (diff) |
Merge "Documentations CPS-Path conditions mistake" into istanbul
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cps-path.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cps-path.rst b/docs/cps-path.rst index 5834d68e1e..bc46681d1c 100644 --- a/docs/cps-path.rst +++ b/docs/cps-path.rst @@ -113,7 +113,7 @@ leaf-conditions - ``/shops/bookstore/categories[@numberOfBooks=1]`` - ``//categories[@name="Kids"]`` - ``//categories[@name='Kids']`` - - ``//categories[@code=1]/book[@title='Dune' and price=5]`` + - ``//categories[@code=1]/books/book[@title='Dune' and @price=5]`` **Limitations** - Only the last list or container can be queried leaf values. Any ancestor list will have to be referenced by its key name-value pair(s). |