Ignore:
Timestamp:
Dec 5, 2001, 9:37:33 PM (24 years ago)
Author:
umoeller
Message:

Misc changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/xml.c

    r117 r121  
    276276        case ERROR_DOM_ATTLIST_DECL_OUTSIDE_DOCTYPE:
    277277            return ("Attlist declaration outside doctype");
     278
     279        case ERROR_DOM_INCOMPLETE_ENCODING_MAP:
     280            return ("Incomplete encoding map specified");
     281
     282        case ERROR_DOM_INVALID_EXTERNAL_HANDLER:
     283            return ("Invalid 'external' handler specified");
    278284    }
    279285
     
    15501556                                                                papcszAttribs[i + 1],  // attr value
    15511557                                                                &pAttrib)))
     1558                    {
    15521559                        // shall we validate?
    15531560                        if (pDom->pDocTypeNode)
     
    15551562                                                  pAttrib,
    15561563                                                  &pAttribDeclBase);
     1564                    }
    15571565                    else
    15581566                    {
     
    15601568                                    pDom->arcDOM,
    15611569                                    papcszAttribs[i],
    1562                                     TRUE);      // validation
     1570                                    FALSE);      // validation
    15631571                        break;
    15641572                    }
Note: See TracChangeset for help on using the changeset viewer.