Welcome to Homework 2 for the CNIT-131A course! This assignment focuses on XML operations, including creating, styling, and accessing an XML file.
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.