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