Release Notes: This version includes some minor code clean-up.
Release Notes: The handling of whitespace between tags was unified. A reformat_xml.c utility was added to the tests_and_examples directory. It can be used to indent XML files so as to improve readability.
Release Notes: The xml_grab_tag_name routine was made more robust in the case where a tag-name is attached to the tag's trailing slash.
Release Notes: A potential erroneous warning message that could occur when parsing ampersand escaped phrases in XML was corrected.
Release Notes: The ability to handle escaped numeric symbols in XML files was added. Such values begin with an ampersand and a pound-sign, followed by a hexidecimal or base-10 value, and then a semi-colon.
Release Notes: Two minor fixes enable this release to more gracefully handle improperly escaped ampersands, as well as tag names having no space before a trailing forward slash.
Release Notes: The low-level routines have been streamlined for easier usage. More comments have been added to the source libraries and examples. A Readme.txt file has been added. Tests indicate that everything is stable and operating well.
Release Notes: Tests and examples were cleaned up and expanded. A stray comment delimiter was removed from the main program.
Release Notes: