1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

Releasing 2.2.6 after adding xpathInternals.h:

- configure.in: release 2.2.6
- xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
  exporting the inner functions of xpath for extension modules
- doc/*: updated and rebuilt the doc
Daniel
This commit is contained in:
Daniel Veillard
2000-10-25 13:32:39 +00:00
parent be9ec4b6cd
commit 29a11cc696
30 changed files with 1443 additions and 3015 deletions

View File

@ -48,6 +48,7 @@
#include <libxml/tree.h>
#include <libxml/valid.h>
#include <libxml/xpath.h>
#include <libxml/xpathInternals.h>
#include <libxml/parserInternals.h>
#include <libxml/hash.h>
#ifdef LIBXML_XPTR_ENABLED