X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=lib%2FZOOM%2FXML%2FSimple.pm;h=8c8a62e330aaa1552544bd0a0ecfe087deb7cd7f;hp=da55ff70ba8c29c63c36e4e4db934867f3328b14;hb=9d4080a34de173459de92addb712853190f66ceb;hpb=2a658980e143410c9faa29d99c82774f414ed1cf diff --git a/lib/ZOOM/XML/Simple.pm b/lib/ZOOM/XML/Simple.pm index da55ff7..8c8a62e 100644 --- a/lib/ZOOM/XML/Simple.pm +++ b/lib/ZOOM/XML/Simple.pm @@ -1,4 +1,3 @@ -# $Id: Simple.pm,v 1.1 2006-07-17 15:37:33 mike Exp $ package ZOOM::XML::Simple; @@ -45,8 +44,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);