Tim Pushor wrote:
>
> Thanks John for helping clear that up.
>
> Now after reading your excellent description, and looking at the Apache-ASP
> docs, its clear.
>
> 'include' is a correct term, while 'inline' most certainly is not.
>
What docs were confusing? If you have any pointers,
I'd be happy to incorporate them.
Note that $Response->Include() creates a dynamic include
whereas
<!--#include file=... -->
creates an inline one, where vars have the same scope
as the including file. The latter changes to a dynamic
$Response->Include() if it has the syntax
<!--#include file=... args=... -->
or if DynamicIncludes are turned on. The history here
is the inline SSI style includes came first, where the
$Response->Include() and @args SSI notation came later,
thus the differences.
--Josh
_________________________________________________________________
Joshua Chamas Chamas Enterprises Inc.
NodeWorks Founder Huntington Beach, CA USA
http://www.nodeworks.com 1-714-625-4051
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]