Diff for /XML/valid.h between versions 1.14 and 1.15

version 1.14, 1999/08/25 10:55:47 version 1.15, 1999/08/29 10:56:44
Line 154  int  xmlValidateElementDecl (xmlValidCtx Line 154  int  xmlValidateElementDecl (xmlValidCtx
 int             xmlValidateAttributeDecl(xmlValidCtxtPtr ctxt,  int             xmlValidateAttributeDecl(xmlValidCtxtPtr ctxt,
                                          xmlDocPtr doc,                                           xmlDocPtr doc,
                                          xmlAttributePtr attr);                                           xmlAttributePtr attr);
   int             xmlValidateAttributeValue(xmlAttributeType type,
                                            const CHAR *value);
 int             xmlValidateNotationDecl (xmlValidCtxtPtr ctxt,  int             xmlValidateNotationDecl (xmlValidCtxtPtr ctxt,
                                          xmlDocPtr doc,                                           xmlDocPtr doc,
                                          xmlNotationPtr nota);                                           xmlNotationPtr nota);
Line 173  int  xmlValidateOneAttribute (xmlValidCt Line 175  int  xmlValidateOneAttribute (xmlValidCt
                                          xmlNodePtr     elem,                                           xmlNodePtr     elem,
                                          xmlAttrPtr attr,                                           xmlAttrPtr attr,
                                          const CHAR *value);                                           const CHAR *value);
   int             xmlValidateNotationUse  (xmlValidCtxtPtr ctxt,
                                            xmlDocPtr doc,
                                            const CHAR *notationName);
 int             xmlIsMixedElement       (xmlDocPtr doc,  int             xmlIsMixedElement       (xmlDocPtr doc,
                                          const CHAR *name);                                           const CHAR *name);
 xmlAttributePtr xmlGetDtdAttrDesc       (xmlDtdPtr dtd,  xmlAttributePtr xmlGetDtdAttrDesc       (xmlDtdPtr dtd,

Removed from v.1.14  
changed lines
  Added in v.1.15


Webmaster