1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-28 00:21:53 +03:00

small cleanup switched DTD validation to use only regexp when configured

* HTMLparser.c: small cleanup
* valid.c xmlregexp.c: switched DTD validation to use only regexp
  when configured with them. A bit of debugging around the determinism
  checks is still needed
Daniel
This commit is contained in:
Daniel Veillard
2002-09-17 21:50:03 +00:00
parent 63b01c2da1
commit a646cfdb14
4 changed files with 126 additions and 13 deletions

View File

@ -161,6 +161,7 @@ struct _xmlRegAtom {
int max;
void *valuep;
void *valuep2;
int neg;
int codepoint;
xmlRegStatePtr start;