A serene canal scene at sunset with vibrant, colorful houses lining both sides of the waterway. Small boats are moored along the canal, reflecting in the calm water under a golden-orange sky.

Homework 2 - Parsing XML, Data Extraction, and XML Transformation

Overview

Welcome to Homework 2 for the CNIT-131A course! This assignment focuses on XML operations, including creating, styling, and accessing an XML file.

Parsing XML

The XML file (hw2.xml) catalogs books donated to a college department. It includes structured data with elements like Title, Author, Publisher, and attributes for the number of pages. This XML adheres to best practices, such as escaping special characters and including comments to document its purpose.