Diff for /XML/TODO between versions 1.42 and 1.43

version 1.42, 2000/06/29 10:33:02 version 1.43, 2000/07/03 07:33:55
Line 7  TODO: Line 7  TODO:
 =====  =====
   
 - If the internal encoding is not UTF8 saving to a given encoding doesn't  - If the internal encoding is not UTF8 saving to a given encoding doesn't
   work    work => fix to force UTF8 encoding ...
 - problem when parsing hrefs with & with the HTML parser (IRC ac)  - problem when parsing hrefs with & with the HTML parser (IRC ac)
 - DOM needs  - DOM needs
   xmlAttrPtr xmlNewDocProp(xmlDocPtr doc, const xmlChar *name, const xmlChar *value)    xmlAttrPtr xmlNewDocProp(xmlDocPtr doc, const xmlChar *name, const xmlChar *value)
Line 26  TODO: Line 26  TODO:
   http://www.w3.org/XML/xml-19980210-errata ... bummmer     http://www.w3.org/XML/xml-19980210-errata ... bummmer 
 - Handle undefined namespaces in entity contents better ... at least  - Handle undefined namespaces in entity contents better ... at least
   issue a warning    issue a warning
 - Issue warning when using non-absolute namespaces URI.  
 - fix --disable-corba configure switch handling, and use XML_WITHOUT_CORBA  - fix --disable-corba configure switch handling, and use XML_WITHOUT_CORBA
   not WITHOUT_CORBA flag    not WITHOUT_CORBA flag
 - the html parser should add <head> and <body> if they don't exist  
   started, not finished.  
   
 TODO:  TODO:
 =====  =====
Line 96  EXTENSIONS: Line 93  EXTENSIONS:
 Done:  Done:
 =====  =====
   
   - Issue warning when using non-absolute namespaces URI.
   - the html parser should add <head> and <body> if they don't exist
     started, not finished.
     Done, the automatic closing is added and 3 testcases were inserted
 - Command to force the parser to stop parsing and ignore the rest of the file.  - Command to force the parser to stop parsing and ignore the rest of the file.
   xmlStopParser() should allow this    xmlStopParser() should allow this, mostly untested
 - support for HTML empty attributes like <hr noshade>  - support for HTML empty attributes like <hr noshade>
 - plugged iconv() in for support of a large set of encodings.  - plugged iconv() in for support of a large set of encodings.
 - xmlSwitchToEncoding() rewrite done  - xmlSwitchToEncoding() rewrite done

Removed from v.1.42  
changed lines
  Added in v.1.43


Webmaster