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

- moved xml-error.h to xmlerror.h: seems this allowed to bypass

the automake bug where wrong dependancies were generated.
- xpath.[ch]: worked on XPointer
Daniel
This commit is contained in:
Daniel Veillard
2000-10-09 12:30:39 +00:00
parent aaf58b96f5
commit b71379b796
18 changed files with 234 additions and 108 deletions

View File

@ -12,7 +12,7 @@
#include "config.h"
#endif
#include "xmlversion.h"
#include <libxml/xmlversion.h>
#ifdef LIBXML_HTML_ENABLED
#include <stdio.h>
@ -40,7 +40,7 @@
#include <libxml/tree.h>
#include <libxml/parser.h>
#include <libxml/parserInternals.h>
#include <libxml/xml-error.h>
#include <libxml/xmlerror.h>
#include <libxml/HTMLparser.h>
#include <libxml/entities.h>
#include <libxml/encoding.h>