Copyright Check Script
[cps.git] / docs / cps-path.rst
index cb26548..bc46681 100644 (file)
@@ -9,8 +9,6 @@
 CPS Path
 ########
 
-.. warning:: draft
-
 .. toctree::
    :maxdepth: 1
 
@@ -115,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).