Update of /cvsroot/net-script/netscript2/docs/xmldom2
In directory usw-pr-cvs1:/tmp/cvs-serv27226
Modified Files:
CHANGELOG.html
Log Message:
Index: CHANGELOG.html
===================================================================
RCS file: /cvsroot/net-script/netscript2/docs/xmldom2/CHANGELOG.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** CHANGELOG.html 8 Jun 2002 12:01:47 -0000 1.1
--- CHANGELOG.html 2 Jul 2002 11:08:11 -0000 1.2
***************
*** 1,2 ****
--- 1,3 ----
+ <pre>
#--------------------------------------------------------
# DOM Level 2 Implementation for Perl
***************
*** 11,18 ****
---------------------------------------------------------
! Version 0.1.3alpha
---------------------------------------------------------
! * rewrote the complete interface, should be much faster
! and easier to use now
---------------------------------------------------------
--- 12,28 ----
---------------------------------------------------------
! Version 0.2.0
---------------------------------------------------------
! * rewrote the complete interface
! * 30% faster
! * easier to program
! * fixed namespaceURI-bug in XML::DOM2::DOMParser
!
! ---------------------------------------------------------
! Version 0.1.4alpha
! ---------------------------------------------------------
! * fixed a lot of bugs
! * added a DOMWriter which transfers the DOM into a
! textual representation
---------------------------------------------------------
***************
*** 33,34 ****
--- 43,45 ----
---------------------------------------------------------
* initial public version
+ </pre>
|