in reply to Re^2: XML::Simple XML / XMLin / XMLout? or something else?
in thread XML::Simple XML / XMLin / XMLout? or something else?
I can't resist: How does the output of the last approach differ from mine where I said you have to just throw away the <booklist> tag from your input file? By the way: Extra newlines are also simple.
But if you really need perl:
perl -ne 'print unless /booklist/' < data.xml
Best regards
McA
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: XML::Simple XML / XMLin / XMLout? or something else?
by BrowserUk (Patriarch) on Oct 12, 2012 at 14:54 UTC | |
by McA (Priest) on Oct 12, 2012 at 15:51 UTC | |
|
Re^4: XML::Simple XML / XMLin / XMLout? or something else?
by brap (Pilgrim) on Oct 12, 2012 at 14:59 UTC |