in reply to Re^3: Open a zip file content question!
in thread Open a zip file content question!
my $zipfile = "test.zip"; my $zip = Archive::Zip->new( $zipfile ) || die; my @xml = $zip->membersMatching( '.*\.XML' ); my $xmlfile = XML::XPath->new(ioref => $xml[0]->readFileHandle ); #error: not well-formed (invalid token) at line 1, column 24, byte 24: Archive::Zip::MemberRead=HASH(0x2063604) =======================^
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Open a zip file content question!
by Anonymous Monk on Mar 04, 2011 at 14:06 UTC | |
by Anonymous Monk on Mar 04, 2011 at 14:38 UTC | |
by Anonymous Monk on Mar 04, 2011 at 14:49 UTC | |
by Anonymous Monk on Mar 04, 2011 at 14:53 UTC |