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

fixed a weird error where validity context whould not show up if warnings

* valid.c: fixed a weird error where validity context whould not
  show up if warnings were disabled pointed out by Bob Stayton
* xmlIO.c doc/generator.py: cleanup and fix to regenerate the docs
* doc//* testapi.c: rebuilt the docs
Daniel
This commit is contained in:
Daniel Veillard
2006-10-11 16:43:06 +00:00
parent 26ab0e6c73
commit 6ad5c4af74
42 changed files with 298 additions and 47 deletions

View File

@@ -9,6 +9,7 @@
htmlCreateMemoryParserCtxt()
htmlHandleOmittedElem()
htmlIsScriptAttribute()
htmlNewParserCtxt()
htmlParseDoc()
htmlParseFile()
htmlReadDoc()
@@ -189,6 +190,7 @@ createURI()
normalizeURIPath()
parseURI()
parseURIRaw()
pathToURI()
# functions from module valid
newValidCtxt()