1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-08-01 10:06:59 +03:00

patch from Mark Vadok about htmlNodeDumpOutput location. removed an

* HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
  about htmlNodeDumpOutput location.
* xpath.c: removed an undefined function signature
* doc/apibuild.py doc/libxml2-api.xml: the script was exporting
  too many symbols in the API breaking the python bindings.
  Updated with the libxslt/libexslt changes.
Daniel
This commit is contained in:
Daniel Veillard
2002-12-12 00:15:55 +00:00
parent 9b4bb4d07a
commit 024b57019f
7 changed files with 74 additions and 1197 deletions

View File

@ -59,8 +59,6 @@
/* #define DEBUG_EXPR */
/* #define DEBUG_EVAL_COUNTS */
double xmlXPathDivideBy(double f, double fzero);
static xmlNs xmlXPathXMLNamespaceStruct = {
NULL,
XML_NAMESPACE_DECL,