| none | child:: |
|
| * | child::node() | the children element nodes of the context node |
| @ | attribute:: | |
| . | self::node() | |
| .. | parent::node() | |
| // | /descendant-or-self::node()/ |
<article title="red"
canvas="yellow"> <section> <title>First section</title> <sentence>Some text.</sentence> <sentence>More text.</sentence> </section> <appendix/> </document> |