mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-10 09:55:16 +00:00
ea766c5663
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.