How do you select the first two titles in the document:
a. (//title)[order()<=2]
b. (//title)[index()<=2]
c. (//title)[last()<=2]
d. (//title)[position()<=2]