Re: New work-queue item: Conditional inclusion

><related-issue>
>I have also wondered whether there should be a "preprocessing
>instruction", namely another kind of delimiter targetted at
>servers. I would suggest it use  cpp  delimiters: 
>	PPIO	"&#RS;#"
>	PPIC	"&#RE"
>This would take over the server-side inclusion facility.  </>

I do not see this as necessary. The same effect can be achieved by
using an element to notify the application that inclusion should
occur. I hould note that it doesn;t even buy you anything, because
you'd still have to perform a roughly equivalent amount of parsing in
order to figure out what to include, and where.

Received on Thursday, 5 June 1997 15:00:10 UTC