summaryrefslogtreecommitdiff
path: root/include/libxml/xmlwin32version.h.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-03-04 17:09:44 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-03-04 17:09:44 +0000
commit044fc6b7476798cbb95277b4905e5111d7c2775d (patch)
treefcc99619f9766b8a9a1f501318c2e8ba6b7309bb /include/libxml/xmlwin32version.h.in
parentd4f41aacfc67b15fa166523007fbf01d5999659e (diff)
downloadlibxml2-044fc6b7476798cbb95277b4905e5111d7c2775d.tar.gz
fixing #61290 "namespace nodes have no parent" long standing divergence
* xpath.c: fixing #61290 "namespace nodes have no parent" long standing divergence from the XPath REC. NodeSets simply hold a copy of namespace nodes and those node ->next points to the parent (which may not be the node carrying the definition). * include/libxml/xpath.h: flagged but didn't added a possible speedup * DOCBparser.c HTMLparser.c: removed some warnings from push parser due to new state being added. * tree.c: new fix from Boris Erdmann * configure.in c14n.c include/libxml/c14n.h testC14N.c: added the XML Canonalization support from Aleksey Sanin Daniel
Diffstat (limited to 'include/libxml/xmlwin32version.h.in')
-rw-r--r--include/libxml/xmlwin32version.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/libxml/xmlwin32version.h.in b/include/libxml/xmlwin32version.h.in
index 614667ff..6d83fa3f 100644
--- a/include/libxml/xmlwin32version.h.in
+++ b/include/libxml/xmlwin32version.h.in
@@ -140,6 +140,15 @@ extern void xmlCheckVersion(int version);
#endif
/**
+ * LIBXML_C14N_ENABLED:
+ *
+ * Whether the Canonicalization support is configured in
+ */
+#if 0
+#define LIBXML_C14N_ENABLED
+#endif
+
+/**
* LIBXML_XINCLUDE_ENABLED:
*
* Whether XInclude is configured in