Diff for /XML/TODO between versions 1.50 and 1.51

version 1.50, 2000/09/23 12:56:24 version 1.51, 2000/10/01 20:29:37
Line 6 Line 6
 TODO:  TODO:
 =====  =====
   
 - cleanup the mess with URI references when composing entities.  
 - performances: there is still improvements needed when parsing Docbook DTD  - performances: there is still improvements needed when parsing Docbook DTD
   a single function to optimize/avoid.    a single function to optimize/avoid.
 - Moving all deprecated functions to a different module, allow to compile  
   it out.  
 - DOM needs  - DOM needs
   int xmlPruneProp(xmlNodePtr node, xmlAtttrPtr attr);    int xmlPruneProp(xmlNodePtr node, xmlAtttrPtr attr);
 - listing all attributes in a node.  - listing all attributes in a node.
 - General checking of DTD validation in presence of namespaces ... hairy  
   mostly done  
 - Fix DTD + namespace validity problem  
   "Not valid: root and DtD name do not match 'ROOT' and 'prefix:ROOT'"  
   mostly done  
 - Correct standalone checking/emitting (hard)  - Correct standalone checking/emitting (hard)
   2.9 Standalone Document Declaration    2.9 Standalone Document Declaration
 - Better checking of external parsed entities TAG 1234  - Better checking of external parsed entities TAG 1234
Line 38  TODO: Line 30  TODO:
 - jamesh suggestion: SAX like functions to save a document ie. call a  - jamesh suggestion: SAX like functions to save a document ie. call a
   function to open a new element with given attributes, write character    function to open a new element with given attributes, write character
   data, close last element, etc    data, close last element, etc
   - HTML: handling of Script data elements/attributes, need special code in
     the parser and saving functions (handling of < > " ' ...):
     http://www.w3.org/TR/html4/types.html#type-script
   
 TODO:  TODO:
 =====  =====

Removed from v.1.50  
changed lines
  Added in v.1.51


Webmaster