fs has asked for the wisdom of the Perl Monks concerning the following question:
<?xml version="1.0">
<ArgusDataStream>
<ArgusFlowRecord>
contents of each Flow
</ArgusFlowRecord>
Several hundred thousand more ArgusFlowRecords...
</ArgusDataStream>
So what I need is something that can take this, preferably as a stream on STDIN, and process each ArgusRecordFlow individually without having to slurp the whole behemoth into memory first. I've searched around on CPAN, but couldn't find anything that looked like it would do this nicely.
Any suggestions?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Record based XML stream processing?
by mirod (Canon) on Jan 24, 2003 at 14:45 UTC | |
|
Re: Record based XML stream processing?
by davorg (Chancellor) on Jan 24, 2003 at 13:53 UTC | |
|
Re: Record based XML stream processing?
by dug (Chaplain) on Jan 24, 2003 at 14:50 UTC | |
|
Re: Record based XML stream processing?
by robartes (Priest) on Jan 24, 2003 at 13:42 UTC | |
|
Re: Record based XML stream processing?
by Marcello (Hermit) on Jan 24, 2003 at 13:26 UTC | |
|
Re: Record based XML stream processing?
by digitalnoises (Initiate) on Jan 24, 2003 at 16:15 UTC |