Re: INCLUDE tag

Johan Vromans (jv@nl.net)
Sun, 30 Apr 1995 04:24:46 +0500


[Quoting Martian, on April 29 1995, 22:55, in "Re: INCLUDE tag"]
> After all, don't forget that #include is part of the C *preprocessor*,
> not the compiler.

Yes. That's why includes should be handled by the HTTP server (and do
not really belong to HTML). The client should never notice that there
has been something included.
But also: the C-preprocessor is considered a mandatory part of every
C-compiler, so the semantics of 'HTML includes' could (I think:
should) be part of the HTML specs.

-- Johan