Diff for /XML/HTMLtree.c between versions 1.2 and 1.3

version 1.2, 1999/07/09 16:16:31 version 1.3, 1999/07/12 23:49:42
Line 129  htmlNodeListDump(xmlBufferPtr buf, xmlDo Line 129  htmlNodeListDump(xmlBufferPtr buf, xmlDo
  */   */
 static void  static void
 htmlNodeDump(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur) {  htmlNodeDump(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur) {
     int i;  
     htmlElemDescPtr info;      htmlElemDescPtr info;
   
     if (cur == NULL) {      if (cur == NULL) {

Removed from v.1.2  
changed lines
  Added in v.1.3


Webmaster