XML Tree
<!DOCTYPE html> <html> <body> <pre> <bookstore> <book category="fiction"> <title>Harry Potter</title> <author>J K. Rowling</author> <year>2005</year> </book> <book category="reference"> <title>Everyday Italian</title> <author>Giada De Laurentiis</author> <year>2005</year> </book> </bookstore> </pre> </body> </html>