in reply to XML::Simple help
So if you have a way to cut out only parts of the original XML file, you can feed XML::Simple with that. Hard to say however if that would really speed up things.SYNOPSIS use XML::Simple; my $ref = XMLin([<xml file or string>] [, <options>]);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML::Simple help
by Anonymous Monk on Oct 18, 2007 at 12:02 UTC |