From: Jan T. <de...@us...> - 2002-01-07 21:36:54
|
Update of /cvsroot/net-script/netscript2/src/perl/XML/DOM2 In directory usw-pr-cvs1:/tmp/cvs-serv12001 Modified Files: notes.txt Log Message: * added a few release notes Index: notes.txt =================================================================== RCS file: /cvsroot/net-script/netscript2/src/perl/XML/DOM2/notes.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** notes.txt 2001/12/11 22:24:16 1.2 --- notes.txt 2002/01/07 21:36:52 1.3 *************** *** 19,25 **** * node cloning * normalization of text nodes ! All methods take a hash as parameter which contains the key-value-pairs as specified by the W3C specification. --- 19,37 ---- * node cloning * normalization of text nodes ! * node importing ! All methods take a hash as parameter which contains the key-value-pairs as specified by the W3C specification. + + + The implementation is far from being perfect. At this time + it has NOT been fully tested and may contain lots of bugs. You + should see this as "work in progress". It also lacks documentation, + but for the first time, you should be fine with the well documented + sources and the W3C specs. + + + + |