[ZDP] Documentation (like we need any)

Jimmie Houchin jhouchin@texoma.net
Thu, 15 Apr 1999 14:51:50 -0500


At 01:56 AM 4/15/99 -0600, Michel Pelletier wrote:
>Note:
>
>This is a documentation burst for peer review, this is also some interesting
>stuff anyone might want to read.  FYI, this is a section of a chapter in the
>upcoming 'The Zen of Zope'.  Some of the Python code indenting might be a
little
>wrong from copy and paste mangling.  Please inform me of any errors you
notice.
>
>-Michel
<snip>

> Creating a DTML tag involves defining a class which will be
> your tag object.  When a chunch of DTML is first saved in an
> object, it is parsed and compiled, so that all the ocorances
> of a tag are replaced by their compiled objects.  Therefore:
>
>   <h1>This is a chunk of <!--#var DTML--></h1>
>
> becomes internaly represented as:

Should be 'internally'

Nice work.

Look forward to seeing the whole thing. :)

Jimmie Houchin