Diff for /XML/debugXML.c between versions 1.4 and 1.5

version 1.4, 1999/08/25 10:55:46 version 1.5, 1999/08/29 10:56:44
Line 252  void xmlDebugDumpDocument(FILE *output, Line 252  void xmlDebugDumpDocument(FILE *output,
     }      }
     if (doc->name != NULL) {      if (doc->name != NULL) {
         fprintf(output, "name=");          fprintf(output, "name=");
         xmlDebugDumpString(output, doc->name);          xmlDebugDumpString(output, BAD_CAST doc->name);
         fprintf(output, "\n");          fprintf(output, "\n");
     }      }
     if (doc->version != NULL) {      if (doc->version != NULL) {

Removed from v.1.4  
changed lines
  Added in v.1.5


Webmaster