RE: PerlSax to parse/search large (~350 MB) file
by Sterin, Ilya other posts by this author
Jul 11 2001 4:10AM messages near this date
view in the new Beta List Site
PerlSax to parse/search large (~350 MB) file
|
XML::Simple - how to iterate through records?
I'm a little confused as to what you are trying to do. Give us a better
example, unless someone here can understand you problem. Are you looking
for a specific tag <...> or content of a tag? Once you find it, are you
asking how you can extrace the content?
Ilya
> -----Original Message-----
> From: perl-xml-admin@[...].com
> [mailto:perl-xml-admin@[...].com]On Behalf Of Corey Smith
> (s)
> Sent: Tuesday, July 10, 2001 6:02 PM
> To: 'perl-xml@listserv.ActiveState.com'
> Subject: PerlSax to parse/search large (~350 MB) file
>
>
> The task:
> Search a large xml file for an identifier contained in an element.
> Having located the line associated with the desired identifier,
> output line from source file to file. Output all other lines to another
> file.
>
> The problem:
> Once there is a match on the identifier, how can I identify the line
> from the input file so that I can output it to a file?
>
> Any help would be greatly appreciated. Thanks.
>
>
>
>
> _______________________________________________
> Perl-XML mailing list
> Perl-XML@[...].com
> http://listserv.ActiveState.com/mailman/listinfo/perl-xml
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
http://listserv.ActiveState.com/mailman/listinfo/perl-xml
Thread:
Corey Smith (s)
Sterin, Ilya
|