Diff for /XML/HTMLparser.c between versions 1.40 and 1.41

version 1.40, 2000/06/23 18:10:05 version 1.41, 2000/06/24 17:29:55
Line 1322  htmlNewDoc(const xmlChar *URI, const xml Line 1322  htmlNewDoc(const xmlChar *URI, const xml
                     BAD_CAST "http://www.w3.org/TR/REC-html40/loose.dtd");                      BAD_CAST "http://www.w3.org/TR/REC-html40/loose.dtd");
     else      else
         xmlCreateIntSubset(cur, BAD_CAST "HTML", ExternalID, URI);          xmlCreateIntSubset(cur, BAD_CAST "HTML", ExternalID, URI);
       cur->doc = cur;
     cur->name = NULL;      cur->name = NULL;
     cur->children = NULL;       cur->children = NULL; 
     cur->extSubset = NULL;      cur->extSubset = NULL;

Removed from v.1.40  
changed lines
  Added in v.1.41


Webmaster