Update of /cvsroot/net-script/netscript2/docs/xmldom2
In directory usw-pr-cvs1:/tmp/cvs-serv2115
Added Files:
CHANGELOG
Log Message:
--- NEW FILE: CHANGELOG ---
#--------------------------------------------------------
# DOM Level 2 Implementation for Perl
# Change Log.
# $Id: CHANGELOG,v 1.1 2002/06/08 12:08:03 derkork Exp $
#
# DOM2 and all related materials, such as documentation,
# are protected under the terms and conditions of the Artistic License.
# (C) 2000-2002 by Jan Thomä, insOMnia
# mailto: ko...@in...
#--------------------------------------------------------
---------------------------------------------------------
Version 0.1.3alpha
---------------------------------------------------------
* rewrote the complete interface, should be much faster
and easier to use now
---------------------------------------------------------
Version 0.1.2alpha
---------------------------------------------------------
* fixed some small bugs
* added limited support for node cloning and importing
---------------------------------------------------------
Version 0.1.1alpha
---------------------------------------------------------
* added a DOMParser, which enables the user to parse
an XML document into a DOM.
* fixed tons of bugs
---------------------------------------------------------
Version 0.1alpha
---------------------------------------------------------
* initial public version
|