
1. Select the first Title within every element. Use the expanded notation.

   /descendant-or-self::node()/child::Title[1]


2. Select the first Title within the document. Use the expanded notation.

   /descendant-or-self::Title[1]

