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

version 1.2, 2000/09/22 16:05:34 version 1.3, 2000/10/25 19:26:53
Line 697  void parseAndPrintFile(char *filename) { Line 697  void parseAndPrintFile(char *filename) {
         doc = sgmlParseFile(filename, NULL);          doc = sgmlParseFile(filename, NULL);
     }      }
     if (doc == NULL) {      if (doc == NULL) {
         fprintf(stderr, "Could not parse %s\n", filename);          xmlGenericError(xmlGenericErrorContext,
                   "Could not parse %s\n", filename);
     }      }
   
     /*      /*

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


Webmaster