Revision history for XML-PP

0.07	Fri Dec 26 21:32:41 EST 2025
	Use Return::Set to verify correct output type
	Ignore comments in the XML
	Added bib/xmlpp-cli, and command line program to parse XML files
	Improved attribute parsing
	Accept single-quoted attributes
	Normalize whitespace between attributes
	Added testing dashboard

0.06	Thu May 22 13:44:50 EDT 2025
	Use positional parameters when parsing children

0.05	Thu May  8 12:23:15 EDT 2025
	Simplify new()
	Needs Params::Get >= 0.04
	Fixed circular dependancy

0.04	Sat Apr 26 19:41:12 EDT 2025
	Use Params::Get

0.03	Sat Apr 26 15:11:21 EDT 2025
	Handle the XML header
	Added the logger option to new()

0.02	Sat Apr 26 14:28:09 EDT 2025
	More helpful error messages
	Added META information to the repo
	Added collapse_structure()

0.01	Sat Apr 26 07:46:49 EDT 2025
	First draft