Diff for /XML/TODO between versions 1.47 and 1.48

version 1.47, 2000/08/26 10:28:56 version 1.48, 2000/08/27 16:51:51
Line 6 Line 6
 TODO:  TODO:
 =====  =====
   
   - Moving all deprecated functions to a different module, allow to compile
     it out.
 - DOM needs  - DOM needs
   xmlAttrPtr xmlNewDocProp(xmlDocPtr doc, const xmlChar *name, const xmlChar *value)  
   int xmlPruneProp(xmlNodePtr node, xmlAtttrPtr attr);    int xmlPruneProp(xmlNodePtr node, xmlAtttrPtr attr);
   - listing all attributes in a node.
 - General checking of DTD validation in presence of namespaces ... hairy  - General checking of DTD validation in presence of namespaces ... hairy
   mostly done    mostly done
 - Fix DTD + namespace validity problem  - Fix DTD + namespace validity problem
Line 95  EXTENSIONS: Line 97  EXTENSIONS:
 Done:  Done:
 =====  =====
   
   - DOM needs
     xmlAttrPtr xmlNewDocProp(xmlDocPtr doc, const xmlChar *name, const xmlChar *value)
 - problem when parsing hrefs with & with the HTML parser (IRC ac)  - problem when parsing hrefs with & with the HTML parser (IRC ac)
 - 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 => fix to force UTF8 encoding ...    work => fix to force UTF8 encoding ...

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


Webmaster