Diff for /XML/valid.h between versions 1.27 and 1.28

version 1.27, 2000/03/04 11:37:06 version 1.28, 2000/03/11 17:44:07
Line 35  struct _xmlValidCtxt { Line 35  struct _xmlValidCtxt {
     int                nodeNr;        /* Depth of the parsing stack */      int                nodeNr;        /* Depth of the parsing stack */
     int                nodeMax;       /* Max depth of the parsing stack */      int                nodeMax;       /* Max depth of the parsing stack */
     xmlNodePtr        *nodeTab;       /* array of nodes */      xmlNodePtr        *nodeTab;       /* array of nodes */
   
       int              finishDtd;       /* finished validating the Dtd ? */
 };  };
   
 /*  /*
Line 215  int  xmlValidateNotationDecl (xmlValidCt Line 217  int  xmlValidateNotationDecl (xmlValidCt
 int             xmlValidateDtd          (xmlValidCtxtPtr ctxt,  int             xmlValidateDtd          (xmlValidCtxtPtr ctxt,
                                          xmlDocPtr doc,                                           xmlDocPtr doc,
                                          xmlDtdPtr dtd);                                           xmlDtdPtr dtd);
   int             xmlValidateDtdFinal     (xmlValidCtxtPtr ctxt,
                                            xmlDocPtr doc);
 int             xmlValidateDocument     (xmlValidCtxtPtr ctxt,  int             xmlValidateDocument     (xmlValidCtxtPtr ctxt,
                                          xmlDocPtr doc);                                           xmlDocPtr doc);
 int             xmlValidateElement      (xmlValidCtxtPtr ctxt,  int             xmlValidateElement      (xmlValidCtxtPtr ctxt,

Removed from v.1.27  
changed lines
  Added in v.1.28


Webmaster