X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FXML%2FSimple.pm;h=8c8a62e330aaa1552544bd0a0ecfe087deb7cd7f;hb=e583f8824cff48ab89bfb96f2fb3f4b0941ee9ff;hp=da55ff70ba8c29c63c36e4e4db934867f3328b14;hpb=1379040d14f26e2a07c7577715f2d2b834c3c49a;p=irspy-moved-to-github.git 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);