diff options
author | Elliott Hughes <enh@google.com> | 2009-11-17 18:05:40 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2009-11-18 14:01:02 -0800 |
commit | ff42219e3ea3d712f931ae7f26af236339b5cf23 (patch) | |
tree | e7804dad30bb57b124eb5ce42aae8b7d0cd5d150 /logging | |
parent | 6afd1e297342111db635163614383d62937ce5eb (diff) | |
download | libcore-ff42219e3ea3d712f931ae7f26af236339b5cf23.zip libcore-ff42219e3ea3d712f931ae7f26af236339b5cf23.tar.gz libcore-ff42219e3ea3d712f931ae7f26af236339b5cf23.tar.bz2 |
Fix KXmlSerializer so it won't generate invalid XML.
We were allowing arbitrary characters to be output (which, surprisingly,
XML does not), and we weren't correctly escaping CDATA sections that
contained "]]>".
Pull out some of my test helpers from DocumentBuilderTest into Support_Xml,
because they're more generally useful when writing tests involving XML.
Also correct a bunch of spelling mistakes in XmlSerializer's javadoc, since
I happened to be reading through.
Diffstat (limited to 'logging')
0 files changed, 0 insertions, 0 deletions