echo descendant-or-self::para selects the para element descendants of the context node and, if the context node is a para element, the context node as well
../xgrep "/xgrep-test/para/descendant-or-self::para" xgrep-test1.xml

