]> git.saurik.com Git - wxWidgets.git/commit
Fix attributes escaping when writing XML.
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 4 Aug 2010 14:57:30 +0000 (14:57 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 4 Aug 2010 14:57:30 +0000 (14:57 +0000)
commit926649a9967d28b9f323d44b87849aa0ca621a42
treea1ae0bae62e95e8295ae7158123f886c43ca28da
parentbbd55ff9564dcaf1a5d2ee93d789c4d656baabef
Fix attributes escaping when writing XML.

wxXmlDocument didn't correctly escape some characters that the spec says
must be escaped. Behaves correctly now.

Fixes #12275.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65192 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/xml/xml.cpp
tests/xml/xmltest.cpp