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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user