11.7 Abbreviated Axes Notations

nonechild::

* child::node()

the children element nodes of the context node

@ attribute::
. self::node()
.. parent::node()
// /descendant-or-self::node()/


/ child::article / child::section / child::sentence / child::text()
/ article / section / sentence / text()
<article title="red"  
         canvas="yellow">  
  <section>  
    <title>First  
       section</title>  
    <sentence>Some  
       text.</sentence>  
    <sentence>More  
       text.</sentence>  
  </section>  
  <appendix/>  
</document>