Diff for /XML/parser.h between versions 1.62 and 1.63

version 1.62, 2000/02/21 18:49:25 version 1.63, 2000/02/21 23:13:10
Line 51  struct _xmlParserInput { Line 51  struct _xmlParserInput {
     xmlParserInputDeallocate free;    /* function to deallocate the base */      xmlParserInputDeallocate free;    /* function to deallocate the base */
     const xmlChar *encoding;          /* the encoding string for entity */      const xmlChar *encoding;          /* the encoding string for entity */
     const xmlChar *version;           /* the version string for entity */      const xmlChar *version;           /* the version string for entity */
       int standalone;                   /* Was that entity marked standalone */
 };  };
   
 /**  /**

Removed from v.1.62  
changed lines
  Added in v.1.63


Webmaster