1. Extracting Book Titles from Library XML
Data AnalystBackground
A library database exported a large XML file containing thousands of book entries with nested categories.
Problem
Need to extract only the titles of books categorized as 'fiction' for a reading list report.
How to use
Paste the XML content, enter the XPath expression '//book[@category="fiction"]/title', and select 'Simple List' as the output format.
Outcome
A clean list of all fiction book titles extracted from the XML structure.