1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 04:55:04 +03:00
libxml2/include
Daniel Veillard dab4cb37d8 Geez, this one was painful ! I still need to handle entities references
for the validation step but I have a clean way to add this without touching
the algorithm:
- valid.[ch] tree.h: worked *hard* to get non-determinist content
  validation without using an ugly NFA -> DFA algo in the source.
  Made a specific algorithm easier to maintain, using a single
  stack and without recursion.
- Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
- hash.c: made the growing routine static
- tree.h parser.c: added the parent information to an
  xmlElementContent node.
Daniel
2001-04-20 13:03:48 +00:00
..
libxml Geez, this one was painful ! I still need to handle entities references 2001-04-20 13:03:48 +00:00
.cvsignore Revert directory structure changes 2001-02-23 17:55:21 +00:00
Makefile.am Small fix for the release, Daniel 2001-02-24 22:41:45 +00:00
win32config.h - xmlversion.h.in win32config.h win32/libxml2/*: applied 2001-04-16 17:46:18 +00:00