apache - IIS mod/extension to support eXtended Server-Side Includes (XSSI)? -
I am working with a designer who wants OPA to fetch some material developed on IIS. Although the material uses XSSI, I have not been able to know that IIS can support such things. Maybe its name is anything else on Windows / IIS? A sample of this is shown below:
& lt ;! - # config timefmt = "% Y% m% d" - & gt; & Lt ;! - # if expr = "$ DATE_LOCAL & lt; 20090311" - & gt; & Lt; P & gt; It will be shown before my birthday in 2009. - # endif - & gt; & Lt ;! - # if expr = "$ DATE_LOCAL & gt; = 20090311" - & gt; & Lt; P & gt; It will be shown during my birthday in 2009 and later! - # endif - & gt; It seems that I can repeat this behavior with the classic APP but I do not know that this is a common practice for this kind of processing.
Comments
Post a Comment