Diff for /XML/TODO between versions 1.28 and 1.29

version 1.28, 2000/03/13 12:11:12 version 1.29, 2000/03/20 09:18:50
Line 24  TODO: Line 24  TODO:
   once stable.    once stable.
   http://xmlsoft.org/conf/result.html    http://xmlsoft.org/conf/result.html
   
 - Optimization of tag strings allocation.  - Optimization of tag strings allocation ?
   
 - maintain coherency of namespace when doing cut'n paste operations  - maintain coherency of namespace when doing cut'n paste operations
   => the functions are coded, but need testing    => the functions are coded, but need testing
   
 - function to rebuild the ID table ?  - function to rebuild the ID table
   - functions to rebuild the DTD hash tables (after DTD changes).
   
 - Parsing of a well balanced chunk  
   
 - dynamically adapt the alloc entry point to use g_alloc()/g_free()  
   if the programmer wants it  
   
 - Validity checking problems for ENTITY ENTITIES attributes  
   
 - Validity checking problems for NOTATIONS attributes  
         
 - Check attribute normalization especially xmlGetProp()  
   
 EXTENSIONS:  EXTENSIONS:
 ===========  ===========
   
   - Check attribute normalization especially xmlGetProp()
   - Validity checking problems for NOTATIONS attributes
   - Validity checking problems for ENTITY ENTITIES attributes
   - dynamically adapt the alloc entry point to use g_alloc()/g_free()
     if the programmer wants it: 
       - use xmlMemSetup() to reset the routines used.
   - Parsing of a well balanced chunk
 - URI module: validation, base, etc ...  - URI module: validation, base, etc ...
 - Tools to produce man pages from the SGML docs.  - Tools to produce man pages from the SGML docs.
 - Finish XPath  - Finish XPath

Removed from v.1.28  
changed lines
  Added in v.1.29


Webmaster