1
0
forked from 0ad/0ad
0ad/source/ps/XML/tests
Ykkrosh ea766c5663 # Made XML writer more robust.
XMLWriter:
 - Added automatic escaping of attribute values, character data and
comments to ensure well-formedness.
 - Removed choice of encoding (it's always UTF-8).
 - Removed option for DOCTYPE / DTD; changed to standalone="yes".
 - Added pretty-print toggle.
 - Fixed bug when calling XML_Text multiple times per element.
 - Added tests.
MapWriter:
 - removed some redundant braces

This was SVN commit r4673.
2006-12-03 17:13:22 +00:00
..
test_Xeromyces.h # Fixes for MSVC 2006-12-01 20:34:28 +00:00
test_XMLWriter.h # Made XML writer more robust. 2006-12-03 17:13:22 +00:00