Steve Alexander wrote:
> 
> I guess you'd need to have a special page template interpreter that
> knows that it isn't putting out SGML-style stuff.

Indeed, you can, of course, use < amd & in the meantime if the HTML
parser in ZPT does barf (which maybe it shouldn't?)

Sounds like the content type in a page template could be very useful:

if content_type='text/plain':
  self._parser = PlainTextTagParser()
  self._alls_ommit_tags=1

cheers,

Chris

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to