Here\'s some xml:
Tom Science
You can go with //book[./genres/genre = 'Romance'] and //book[./genres/genre = 'Romance' and ./genres/genre = 'Politics'], respectively
//book[./genres/genre = 'Romance']
//book[./genres/genre = 'Romance' and ./genres/genre = 'Politics']