Diff for /XML/entities.h between versions 1.35 and 1.36

version 1.35, 2000/03/14 11:50:45 version 1.36, 2000/03/14 14:05:31
Line 54  struct _xmlEntity { Line 54  struct _xmlEntity {
     const xmlChar    *ExternalID;       /* External identifier for PUBLIC */      const xmlChar    *ExternalID;       /* External identifier for PUBLIC */
     const xmlChar      *SystemID;       /* URI for a SYSTEM or PUBLIC Entity */      const xmlChar      *SystemID;       /* URI for a SYSTEM or PUBLIC Entity */
   
   #ifdef WITH_EXTRA_ENT_DETECT
     /* Referenced entities name stack */      /* Referenced entities name stack */
     xmlChar           *ent;             /* Current parsed Node */      xmlChar           *ent;             /* Current parsed Node */
     int                entNr;           /* Depth of the parsing stack */      int                entNr;           /* Depth of the parsing stack */
     int                entMax;          /* Max depth of the parsing stack */      int                entMax;          /* Max depth of the parsing stack */
     xmlChar *         *entTab;          /* array of nodes */      xmlChar *         *entTab;          /* array of nodes */
   #endif
 };  };
   
 /*  /*
Line 114  void   xmlDumpEntityDecl (xmlBufferPtr b Line 116  void   xmlDumpEntityDecl (xmlBufferPtr b
 xmlEntitiesTablePtr     xmlCopyEntitiesTable    (xmlEntitiesTablePtr table);  xmlEntitiesTablePtr     xmlCopyEntitiesTable    (xmlEntitiesTablePtr table);
 void                    xmlCleanupPredefinedEntities(void);  void                    xmlCleanupPredefinedEntities(void);
   
   #ifdef WITH_EXTRA_ENT_DETECT
 int                     xmlEntityAddReference   (xmlEntityPtr ent,  int                     xmlEntityAddReference   (xmlEntityPtr ent,
                                                  const xmlChar *to);                                                   const xmlChar *to);
   #endif
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }
 #endif  #endif

Removed from v.1.35  
changed lines
  Added in v.1.36


Webmaster