[Zope] Newbie namespace question
Jim Penny
jpenny at universal-fasteners.com
Thu Sep 30 16:51:16 EDT 2004
On Thu, 30 Sep 2004 13:41:26 -0700
"Jeffrey Blaze" <jeffrey.blaze at nomissolutions.com> wrote:
> Why wouldn't it balk as soon as it
> sees the tal: prefix?
Because the TAL portions are handled server-side. That is, the server
processes the XHTML with the embedded TAL attributes. As it performs
the actions embodied in the tal: tags, the tags are removed. So the
client simply never sees them at all.
It is crucial when handling web technologies, in general, and zope-based
technologies in particular to keep track of where something is
happening. TAL is designed to happen exclusively on the server side,
and to deliver well-formed XHTML (or XML) to the client.
>
>
>
> Thanks,
>
> Jeffrey Blaze
>
>
>
>
>
>
More information about the Zope
mailing list