X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=lib%2FZOOM%2FXML%2FSimple.pm;h=e666ba0959a093ce4591579e93631055e3b05cd5;hp=da55ff70ba8c29c63c36e4e4db934867f3328b14;hb=cde7deb27fdf5b3c873f602ec6d72290cfc3df3f;hpb=2a658980e143410c9faa29d99c82774f414ed1cf diff --git a/lib/ZOOM/XML/Simple.pm b/lib/ZOOM/XML/Simple.pm index da55ff7..e666ba0 100644 --- a/lib/ZOOM/XML/Simple.pm +++ b/lib/ZOOM/XML/Simple.pm @@ -1,4 +1,4 @@ -# $Id: Simple.pm,v 1.1 2006-07-17 15:37:33 mike Exp $ +# $Id: Simple.pm,v 1.2 2006-07-21 11:29:17 mike Exp $ package ZOOM::XML::Simple; @@ -45,8 +45,9 @@ need, natch. =cut -### But will what I make actually be all that much simpler than DOM? - +# But will what I make actually be all that much simpler than DOM? +# +# For now, this effort is abandoned, and I am using DOM directly. #use XML::Simple qw(:strict); #my %attr = (KeyAttr => [], KeepRoot => 1);