home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 December / PCWorld_2000-12_cd.bin / Komunikace / Comanche / xuibuilder / TclDOM-1.6 / changes next >
Text File  |  2000-11-02  |  768b  |  25 lines

  1. November 1998
  2.  
  3. ==============  Released version 1.4  ==============
  4.  
  5. 6/12/1998    Implemented cloneNode method of node command
  6.         Encode standard character entities when serializing
  7.         textNodes ("<", ">", "&", """, "'").
  8.  
  9. 15/1/1999    Added DocType and XML Declaration support
  10.  
  11. 24/1/1999    Fixed serialization to emit XML declaration attributes
  12.         in correct order.
  13.  
  14. 25/1/1999    Fixed attribute list serialization to handle
  15.         special characters.
  16.  
  17. 27/1/1999    Made error handling more robust in parse method
  18.  
  19. 31/1/1999    Parse function detects empty elements.  Element method has
  20.         (non-standard) -empty attribute.  Serialisation emits shorthand
  21.         empty elements.
  22.  
  23. 24/2/1999    Included patch to fix 'dom::DOMImplemenation destroy'.
  24.         Courtesy Gerald Lester, CPU.
  25.