diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-05-13 10:33:30 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-05-13 10:33:30 +0000 |
commit | 3cd7240da45a00a17f003b67881d8e4afb618711 (patch) | |
tree | e2577e21967274cd8cdfd212b90b21738ee2151d /python/generator.py | |
parent | e48a318f0ff00da30889988a8a7200f8792a4abc (diff) | |
download | libxml2-3cd7240da45a00a17f003b67881d8e4afb618711.tar.gz |
fixed a problem with the HTML parser pointed by Gary Benson sdding the
* python/generator.py python/libxml2class.txt : fixed a problem
with the HTML parser pointed by Gary Benson
* python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
example
Daniel
Diffstat (limited to 'python/generator.py')
-rwxr-xr-x | python/generator.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/generator.py b/python/generator.py index 149eb1c5..863e2b1c 100755 --- a/python/generator.py +++ b/python/generator.py @@ -530,6 +530,8 @@ classes_type = { "xmlXPathParserContextPtr": ("._o", "xpathParserContext(_obj=%s)", "xpathParserContext"), "xmlParserCtxtPtr": ("._o", "parserCtxt(_obj=%s)", "parserCtxt"), "xmlParserCtxt *": ("._o", "parserCtxt(_obj=%s)", "parserCtxt"), + "htmlParserCtxtPtr": ("._o", "parserCtxt(_obj=%s)", "parserCtxt"), + "htmlParserCtxt *": ("._o", "parserCtxt(_obj=%s)", "parserCtxt"), "xmlCatalogPtr": ("._o", "catalog(_obj=%s)", "catalog"), "xmlURIPtr": ("._o", "URI(_obj=%s)", "URI"), } |