Diff for /XML/valid.c between versions 1.48 and 1.49

version 1.48, 2000/02/14 17:28:57 version 1.49, 2000/02/14 18:24:30
Line 2370  xmlValidateElementDecl(xmlValidCtxtPtr c Line 2370  xmlValidateElementDecl(xmlValidCtxtPtr c
     if (elem == NULL) return(1);      if (elem == NULL) return(1);
   
     /* No Duplicate Types */      /* No Duplicate Types */
     if (elem->type == XML_ELEMENT_TYPE_MIXED) {      if (elem->etype == XML_ELEMENT_TYPE_MIXED) {
         xmlElementContentPtr cur, next;          xmlElementContentPtr cur, next;
         const xmlChar *name;          const xmlChar *name;
   

Removed from v.1.48  
changed lines
  Added in v.1.49


Webmaster