Diff for /XML/HTMLparser.h between versions 1.12 and 1.13

version 1.12, 2000/10/15 14:20:58 version 1.13, 2000/12/06 14:30:34
Line 91  int   htmlEncodeEntities(unsigned char* Line 91  int   htmlEncodeEntities(unsigned char*
                                          const unsigned char* in,                                           const unsigned char* in,
                                          int *inlen, int quoteChar);                                           int *inlen, int quoteChar);
 int                     htmlIsScriptAttribute(const xmlChar *name);  int                     htmlIsScriptAttribute(const xmlChar *name);
   int                     htmlHandleOmittedElem(int val);
   
 /**  /**
  * Interfaces for the Push mode   * Interfaces for the Push mode

Removed from v.1.12  
changed lines
  Added in v.1.13


Webmaster