XML Parse Lib News
Status: Beta
Brought to you by:
kindman1
Eliminated a potential erroneous warning message that could occur when parsing ampersand escaped phrases.
The ability was added to XML_Parse_Lib to handle escaped numeric symbols in XML files. Such values begin with ampersand pound-sign followed by a hex or base-10 value and semi-colon.
Two minor fixes now enable xml-parse-lib to more gracefully handle improperly escaped ampersands, as well as tag-names having no space before a trailing forward-slash.
The low-level routines were simplified for easier usage, and more comments were added. A Readme.txt file was also added.
The program header comments were updated to properly include the MIT License. The program code remains stable.