[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Webserver & Server Side Includes
Thanks for the suggestion. I'll look into trying this.
Ty
----- Original Message -----
From: "Shriram Krishnamurthi" <sk@cs.brown.edu>
To: "Ty Mapp" <tytus@inkspotmedia.com>
Cc: <plt-scheme@fast.cs.utah.edu>
Sent: Tuesday, October 02, 2001 9:42 AM
Subject: Webserver & Server Side Includes
> Ty, there's no good reason you would want to use SSI. You can easily
> use our "CGI" interface instead, which makes it possible to write
> arbitrary Scheme code to generate a page. If you have properly
> balanced tags in your HTML files, then you can just use the XML
> library to read the individual files, glue them together into a
> document, and generate HTML back out.
>
> Shriram