Suppose I have an XML tree as below:
proceedings
-name
-contents
-article
-author
-title
-pages
How can I identify any title that has only one author? And the number of articles that have more than three author using xpath?