Add support for DOCTYPE to wxXmlDocument.
Allow retrieving the DOCTYPE specified in an existing document as well as specifying the DOCTYPE to use when writing a new one. Closes #13779.
This commit is contained in:
committed by
Vadim Zeitlin
parent
41b1ed9c2e
commit
d13278ecc3
@@ -47,6 +47,7 @@ All:
|
||||
|
||||
- Allow calling wxItemContainer::Add() and similar with std::vector<> argument.
|
||||
- Add "%z" support to printf()-like functions like wxString::Format() (RIVDSL).
|
||||
- Add DOCTYPE support to wxXmlDocument (Nick Matthews).
|
||||
- Add wxPowerResourceBlocker (Tobias Taschner).
|
||||
- Add wxApp::StoreCurrentException() and RethrowStoredException() and implement
|
||||
their functionality by default when using C++11 compiler.
|
||||
|
Reference in New Issue
Block a user