]> git.saurik.com Git - wxWidgets.git/commit
Add support for elements preceding the document node in wxXML.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 30 Mar 2011 14:16:19 +0000 (14:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 30 Mar 2011 14:16:19 +0000 (14:16 +0000)
commitcee8636e94d49319b1c108d8b2d826e080e2e366
tree69663f4a2fdbdd8b8e21228722cd23a227cdc702
parente8afaabf01ded18254f0627ae65f1bbb29cc4884
Add support for elements preceding the document node in wxXML.

This is mainly useful for parsing and generating processing instructions but
can be used for any kind of elements, e.g. also comments, occurring before the
document node in XML documents.

Closes #11593.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/xml/xml.h
interface/wx/xml/xml.h
src/xml/xml.cpp
tests/xml/xmltest.cpp