I don't know, if you have to stick to the tags as described below, but if
you don't have to you may want to take a look at a custom Apache::SSI
subclass which can do all this stuff for you and no perl-based HTML parsing
is involved:

        <!--#ADVERTISMENT id=252 -->

Tobias

At 10:10 AM 11/10/99 -0800, 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
>
>

Reply via email to