Diff for /XML/TODO between versions 1.37 and 1.38

version 1.37, 2000/04/30 20:41:53 version 1.38, 2000/05/06 08:08:34
Line 6 Line 6
 TODO:  TODO:
 =====  =====
   
 - xmlSwitchToEncoding() need a rewrite for correct handling of conversion  - problem when parsing hrefs with & with the HTML parser (IRC ac)
   error code conditions.  
 - DOM needs  - DOM needs
   xmlAttrPtr xmlNewDocProp(xmlDocPtr doc, const xmlChar *name, const xmlChar *value)    xmlAttrPtr xmlNewDocProp(xmlDocPtr doc, const xmlChar *name, const xmlChar *value)
   int xmlPruneProp(xmlNodePtr node, xmlAtttrPtr attr);    int xmlPruneProp(xmlNodePtr node, xmlAtttrPtr attr);
Line 92  EXTENSIONS: Line 91  EXTENSIONS:
 Done:  Done:
 =====  =====
   
   - plugged iconv() in for support of a large set of encodings.
   - xmlSwitchToEncoding() rewrite done
 - URI checkings (no fragments) rfc2396.txt  - URI checkings (no fragments) rfc2396.txt
 - Added a clean mechanism for overload or added input methods:  - Added a clean mechanism for overload or added input methods:
   xmlRegisterInputCallbacks()    xmlRegisterInputCallbacks()

Removed from v.1.37  
changed lines
  Added in v.1.38


Webmaster