From: Jan T. <de...@us...> - 2002-06-08 12:01:50
|
Update of /cvsroot/net-script/netscript2/docs/xmldom2 In directory usw-pr-cvs1:/tmp/cvs-serv693 Modified Files: TODO.html Added Files: CHANGELOG.html Log Message: --- NEW FILE: CHANGELOG.html --- #-------------------------------------------------------- # DOM Level 2 Implementation for Perl # Change Log. # $Id: CHANGELOG.html,v 1.1 2002/06/08 12:01:47 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 Index: TODO.html =================================================================== RCS file: /cvsroot/net-script/netscript2/docs/xmldom2/TODO.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TODO.html 31 May 2002 19:08:10 -0000 1.1 --- TODO.html 8 Jun 2002 12:01:47 -0000 1.2 *************** *** 16,19 **** --- 16,21 ---- * DOMParser - DTD-stuff + * NodeList + - NodeLists generated by getElementsByTagName are not live Other * lots of sanity checks ( e.g you cannot insert an attr |