You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dean Gaudet <dg...@wired.com> on 1995/10/06 19:35:24 UTC

mod_include.c and conditional html

Is anyone else working on conditional html?  Specifically I'm implementing
the conditionals that Spinner (see http://spinner.infovav.se/) has (well
some of them at any rate).  I'm doing it by rewriting mod_include using
flex and bison.  I'll make the code available if there's interest.

I had finished <!--#if expr--> style conditionals before we discovered
spinner and decided it would be better to support an existing language
rather than invent a new one.  Not to mention that <!--#endif--> is a pain
in the ass to type.

Dean