1
0
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:
Daniel Veillard
2000-01-09 21:08:56 +00:00
parent f84f71f473
commit 2eac503994
5 changed files with 46 additions and 1 deletions

View File

@ -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;