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

version 1.1, 2000/08/29 23:37:07 version 1.2, 2000/09/22 16:05:34
Line 723  void parseAndPrintFile(char *filename) { Line 723  void parseAndPrintFile(char *filename) {
             xmlDebugDumpDocument(stdout, doc);              xmlDebugDumpDocument(stdout, doc);
 #else  #else
         if (encoding)          if (encoding)
             sgmlSaveFileEnc("-", doc, encoding);              htmlSaveFileEnc("-", doc, encoding);
         else          else
             sgmlDocDump(stdout, doc);              htmlDocDump(stdout, doc);
 #endif  #endif
     }         }   
   

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


Webmaster