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

HTML parsing, output is now correct, added HTMLtests target and testcases, Daniel

This commit is contained in:
Daniel Veillard
1999-07-07 07:32:15 +00:00
parent 167b5092b8
commit 82150d8a99
15 changed files with 380 additions and 81 deletions

View File

@@ -48,8 +48,10 @@ typedef struct htmlEntityDesc {
/*
* There is only few public functions.
*/
htmlEntityDescPtr
htmlParseEntityRef(htmlParserCtxtPtr ctxt, CHAR **str);
htmlElemDescPtr htmlTagLookup(const CHAR *tag);
htmlEntityDescPtr htmlEntityLookup(const CHAR *name);
htmlEntityDescPtr htmlParseEntityRef(htmlParserCtxtPtr ctxt, CHAR **str);
int htmlParseCharRef(htmlParserCtxtPtr ctxt);
void htmlParseElement(htmlParserCtxtPtr ctxt);