* Nick Kew <[EMAIL PROTECTED]> wrote: > > In the context of markup filtering, I've created a new SSI implementation > that decouples SSI handling from HTML parsing.
Ehm, is it coupled in any way? > This is designed to be > re-usable in filters driven by general markup parsers such as expat and > libxml2. > > I am planning to incorporate it in several applications, the first of > which is mod_xhtml, a namespace processor that runs under mod_xmlns. Dunno either ;) > In doing so, I've defined an equivalent namespace, so > <ssi:if expr="foo < bar"/> and <!--#if expr="foo < bar"--> > or > <ssi:set var="foo" value="bar"/> and <!--#set var="foo" value="bar"--> > are exact equivalents. In 2.x this is already possible anyway ... > Before proceeding further, I'd like to validate it against any available > test suite for SSI/mod_include. Does such a thing exist? check out the httpd-test module, there's quite complete mod_include test there. [EMAIL PROTECTED] is the mailing list for that stuff. nd -- "Das Verhalten von Gates hatte mir bewiesen, dass ich auf ihn und seine beiden Gef�hrten nicht zu z�hlen brauchte" -- Karl May, "Winnetou III" Im Westen was neues: <http://pub.perlig.de/books.html#apache2>
