mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
- HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
support for SCRIPT and STYLE with help from Bjorn Reese - test/HTML/* result/HTML/*: added simple testcase and updated the existing ones. Daniel
This commit is contained in:
@@ -22,6 +22,7 @@ extern "C" {
|
||||
#define HTML_TEXT_NODE XML_TEXT_NODE
|
||||
#define HTML_ENTITY_REF_NODE XML_ENTITY_REF_NODE
|
||||
#define HTML_COMMENT_NODE XML_COMMENT_NODE
|
||||
#define HTML_PRESERVE_NODE XML_CDATA_SECTION_NODE
|
||||
|
||||
htmlDocPtr htmlNewDoc (const xmlChar *URI,
|
||||
const xmlChar *ExternalID);
|
||||
|
Reference in New Issue
Block a user