1
0
forked from 0ad/0ad
Go to file
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
binaries # Removed DTD from old map XML files 2006-12-03 13:47:12 +00:00
build Generate documentation for all source (except tools), with more sensible project hierarchy 2006-12-01 20:42:30 +00:00
docs Upgraded console (text wrap, help text), cinematic stuff 2006-07-06 03:17:44 +00:00
source # Made XML writer more robust. 2006-12-03 17:13:22 +00:00
.gitattributes Initial revision 2003-09-21 21:24:53 +00:00