2007/3/21, Jonathan <[EMAIL PROTECTED]>:
Web Component Development with Zope 3, Second Edition, page 106:

"Note that DTML is not used for rendering HTML markup at all anymore."

This sounds pretty "discouraging" to me.

That means that for HTML/XML like output DTML is a no-no.   It's still
usable for generating some other text output, i.e. a MIME e-mail with
attachments or, say, some .INI files, etc.  Though,  in most cases, a
simple Python view class would do as well for such things.   Note that
there are some subtle differences in the usage/implementation of DTML
between Z2 and Z3 in order to rectify problems related to the
(in)famous acquisition mechanism of Z2.

--
Best regards,
  Miklós Prisznyák
  Principal Consultant, owner
  http://www.jegenye.com
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to