Diff for /XML/valid.h between versions 1.34 and 1.35

version 1.34, 2000/10/24 15:35:13 version 1.35, 2001/01/10 14:43:57
Line 81  typedef xmlIDTable *xmlIDTablePtr; Line 81  typedef xmlIDTable *xmlIDTablePtr;
 typedef struct _xmlHashTable xmlRefTable;  typedef struct _xmlHashTable xmlRefTable;
 typedef xmlRefTable *xmlRefTablePtr;  typedef xmlRefTable *xmlRefTablePtr;
   
   /* helper */
   xmlChar *           xmlSplitQName2      (const xmlChar *name,
                                            xmlChar **prefix);
   
 /* Notation */  /* Notation */
 xmlNotationPtr      xmlAddNotationDecl  (xmlValidCtxtPtr ctxt,  xmlNotationPtr      xmlAddNotationDecl  (xmlValidCtxtPtr ctxt,
                                          xmlDtdPtr dtd,                                           xmlDtdPtr dtd,

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


Webmaster