Release Notes: A potential erroneous warning message that could occur when parsing ampersand escaped phrases in XML was corrected.


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.