- Changelog update.
mxml-file.c:
- Check for invalid control chars (STR #10)
- Don't allow elements to contain duplicate attributes (STR
#16)
textmxml.c:
- Add whitespace handling for CDATA elements.
test.xml:
- Add CDATA and comment data to test file.
Updated comment and processing instruction handling - no entity
support per XML specification.
Added checking for invalid comment termination ("--->" is not
allowed)
Fixed test program to work with new ?xml handling.