diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-11-22 13:18:30 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-11-22 13:18:30 +0000 |
commit | fee408f5eb4fe336e91ccf55738f18da55dd8fa3 (patch) | |
tree | ecc6beeee4b542db6dd93a07a5941406c41a2494 /python | |
parent | d2ff0394f832b5841fd9af0813acd359b9715cc0 (diff) | |
download | libxml2-fee408f5eb4fe336e91ccf55738f18da55dd8fa3.tar.gz |
final touch at closing #87235 </p> end tags need to be generated. this
* HTMLparser.c: final touch at closing #87235 </p> end tags
need to be generated.
* result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
this change slightly the output of a few tests
* doc/*: regenerated
Daniel
Diffstat (limited to 'python')
-rw-r--r-- | python/libxml2class.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/libxml2class.txt b/python/libxml2class.txt index 13f10347..9ade3f96 100644 --- a/python/libxml2class.txt +++ b/python/libxml2class.txt @@ -128,6 +128,7 @@ setEntityLoader() # functions from module tree compressMode() +isXHTML() newComment() newDoc() newPI() @@ -309,7 +310,7 @@ uCSIsUnifiedCanadianAboriginalSyllabics() uCSIsYiRadicals() uCSIsYiSyllables() -# functions from module xmlwin32version +# functions from module xmlversion checkVersion() # functions from module xpathInternals |