mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
Added a Fragment function for Raph (DOM) Daniel.
This commit is contained in:
@ -584,7 +584,7 @@ void parseSAXFile(char *filename) {
|
||||
}
|
||||
|
||||
void parseAndPrintFile(char *filename) {
|
||||
htmlDocPtr doc, tmp;
|
||||
htmlDocPtr doc = NULL, tmp;
|
||||
|
||||
/*
|
||||
* build an HTML tree from a string;
|
||||
|
Reference in New Issue
Block a user