Activity 15.11.1.
Fix the errors in the code below so that it reads the data from books.xml and finds all of the book data and prints the title for each book and then finds all the author names for each book and prints each author name.
email.json below contains JSON data for people including their first_name, last_name and email address.
json.loads(data).
person.json below contains JSON data for a person in a dictionary including their first name, last name, address, and phone numbers.