Diff for /XML/entities.h between versions 1.8 and 1.9

version 1.8, 1998/08/06 16:45:44 version 1.9, 1998/08/07 05:15:39
Line 28  extern "C" { Line 28  extern "C" {
   
 typedef struct xmlEntity {  typedef struct xmlEntity {
     int type;                   /* The entity type */      int type;                   /* The entity type */
       int len;                    /* The lenght of the name */
     const CHAR    *name;        /* Name of the entity */      const CHAR    *name;        /* Name of the entity */
     const CHAR    *ExternalID;  /* External identifier for PUBLIC Entity */      const CHAR    *ExternalID;  /* External identifier for PUBLIC Entity */
     const CHAR    *SystemID;    /* URI for a SYSTEM or PUBLIC Entity */      const CHAR    *SystemID;    /* URI for a SYSTEM or PUBLIC Entity */
     CHAR *content;              /* The entity content */      CHAR *content;              /* The entity content or ndata if unparsed */
 } xmlEntity, *xmlEntityPtr;  } xmlEntity, *xmlEntityPtr;
   
 /*  /*

Removed from v.1.8  
changed lines
  Added in v.1.9


Webmaster