Struggling with my first XML::Parser project

2003-11-09 Thread Gary Nielson
I have partially written a program to parse National Weather Service alerts. But I am struggling to figure out how to parse the file so that if there an urgent alert, say, for a specific geocode or area, I can grab the headline and description for that geocode. I am working off the examples in

RE: Struggling with my first XML::Parser project

2003-11-09 Thread Burak Gürsoy
try XML::Simple = http://search.cpan.org/~grantm/XML-Simple/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gary Nielson Sent: Sunday, November 09, 2003 9:35 PM To: [EMAIL PROTECTED] Subject: Struggling with my first XML::Parser project I have partially