in reply to
Parsing XML that contains HTML
Is there a reason you want to parse it yourself rather than use the
XML::Atom
distribution (which can fetch, parse, and generate feeds)?
Comment on
Re: Parsing XML that contains HTML
Replies are listed 'Best First'.
Re^2: Parsing XML that contains HTML
by
ruhk
(Scribe)
on Jul 21, 2004 at 18:08 UTC
I wanted to use that, however I cant seem to get it installed. Basically, all I am doing is parsing the feed, ripping out the headlines, links, and titles, and building a javascript file with that information once every 30 mins or so.
[reply]
In Section
Seekers of Perl Wisdom