I believe there are a couple of HTML parsers out there. In the Perl News email
sent out a couple of days ago there was one that caught my eye. I believe it
was an XS implementation so it should be very fast.

I'm not an XML expert but you might want to try the XML parser. It's also a
perl frontend for a c parser.

On 10-Nov-99 Ian Mahuron wrote:
> 
> As per someone's suggestion I'll ellaborate on what's in the HTML...
> 
> Insert code for advertisment (there's 1,000's of different ads on the
> site.):
> <ADVERTISMENT id=252>
> 
> Insert news scroller:
> <NEWS_ITEM id=92834 bgcolor="#0066FF">
> 
> There will be at least 50 similar tags.. so I'm not parsing for just a
> couple of tags like HTML::Template..
> 
> I may implement IF/LOOPS/etc.. but not until I see the need.
> 
> I've written up a few test benches for HTML::Parser.. it works ok, but it's
> not as fast as I would like it to be.
> 
> Ian

---
Jason Bodnar + [EMAIL PROTECTED] + Tivoli Systems

That boy wouldn't know the difference between the Internet and a hair net. --
Jason Bodnar

Reply via email to