Diff for /XML/SAX.c between versions 1.12 and 1.13

version 1.12, 1999/05/30 21:56:51 version 1.13, 1999/05/31 17:36:31
Line 192  resolveEntity(void *ctx, const CHAR *pub Line 192  resolveEntity(void *ctx, const CHAR *pub
  *   *
  * Get an entity by name   * Get an entity by name
  *   *
  * Returns the xmlParserInputPtr if inlined or NULL for DOM behaviour.   * Returns the xmlEntityPtr if found.
  */   */
 xmlEntityPtr  xmlEntityPtr
 getEntity(void *ctx, const CHAR *name)  getEntity(void *ctx, const CHAR *name)

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


Webmaster