Archived CMarkup 11.4 Release Notes
Release 11.4 Date: February 5, 2011, download
An important fix to the 11.3 whitespace features, improvements in the GetDocFormatted method, and an enhancement to HasAttrib.
Here's the list of 11.4 enhancements:
- fix:
MDF_TRIMWHITESPACEandMDF_COLLAPSEWHITESPACEwere crashing on values that were only whitespace... sorry, a glaring hole in the test cases - GetDocFormatted now removes any space between the attribute name and value (and has improvements in speed and memory efficiency)
- HasAttrib can now return the attribute value as well, making it an alternative to GetAttrib for convenience and performance
- fix: rare HTML parser case for attributes without values in empty start tags, e.g.
<A a/>
See also previous CMarkup release notes: 11.3, 11.2, 11.1, 11.0, 10.1, 10.0, Archived CMarkup Release Notes

