We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa06d3 commit 7427c10Copy full SHA for 7427c10
libxml++/document.cc
@@ -7,6 +7,10 @@
7
* which should be included with libxml++ as the file COPYING.
8
*/
9
10
+// xmlIndentTreeOutput is deprecated since libxml2 2.15.0.
11
+// Ignore deprecations here.
12
+#define XML_DEPRECATED
13
+
14
#include <libxml++/document.h>
15
#include <libxml++/dtd.h>
16
#include <libxml++/nodes/element.h>
libxml++/keepblanks.cc
@@ -6,6 +6,7 @@
6
// xmlKeepBlanksDefault() is deprecated since libxml2 2.12.0.
// Ignore deprecations here.
#define XML_DEPRECATED
0 commit comments