Contents
Previous
Next
- Fixes for mxmldoc.
- Added support for reading standard HTML entity names.
- mxmlLoadString/File() did not decode character entities in element
names, attribute names, or attribute values.
- mxmlLoadString/File() would crash when loading non- conformant XML
data under an existing parent (top) node.
- Fixed several bugs in the mxmldoc utility.
- Added new error callback function to catch a variety of errors and
log them to someplace other than stderr.
- The mxmlElementSetAttr() function now allows for NULL attribute
values.
- The load and save functions now properly handle quoted element and
attribute name strings properly, e.g. for !DOCTYPE declarations.
Contents
Previous
Next