Diff for /XML/TODO between versions 1.38 and 1.39

version 1.38, 2000/05/06 08:08:34 version 1.39, 2000/05/14 15:26:25
Line 6 Line 6
 TODO:  TODO:
 =====  =====
   
   - If the internal encoding is not UTF8 saving to a given encoding doesn't
     work
 - 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)
   int xmlPruneProp(xmlNodePtr node, xmlAtttrPtr attr);    int xmlPruneProp(xmlNodePtr node, xmlAtttrPtr attr);
   - General checking of DTD validation in presence of namespaces ... hairy
 - Fix DTD + namespace validity problem  - Fix DTD + namespace validity problem
   "Not valid: root and DtD name do not match 'ROOT' and 'prefix:ROOT'"    "Not valid: root and DtD name do not match 'ROOT' and 'prefix:ROOT'"
 - add support for the trick from Henry conf/sun/valid/empty.xml  - add support for the trick from Henry conf/sun/valid/empty.xml
Line 23  TODO: Line 26  TODO:
 - 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.  - Issue warning when using non-absolute namespaces URI.
 - General checking of DTD validation in presence of namespaces ... hairy  
 - 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
   

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


Webmaster