[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Advanced Page Templates

nobody@nowhere.com nobody@nowhere.com
Fri, 13 Sep 2002 10:50:47 -0400


A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/AdvZPTold.stx#4-0

---------------

        Normally, the 'tal:replace' and 'tal:content' statements
        escape HTML tags and entities in the text that they insert,
        converting '<' to '&lt;', for instance.  If you actually want
        to insert the unquoted text, you need to precede the
        expression with the 'structure' keyword.  For example::

          <p replace="structure here/story">
            the <b>story</b>
          </p>

          % Anonymous User - Sep. 13, 2002 10:50 am:
           Maybe:
           <p tal:replace="structure here/story">