[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Advanced Page Templates
webmaster@zope.org
webmaster@zope.org
Thu, 26 Sep 2002 11:37:51 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/AdvZPT.stx#3-78
---------------
Since the text is inside of an attribute value, you can only
include a double quote by using the entity syntax '"'.
Since dollar signs are used to signal path expressions, a
literal dollar sign must be written as two dollar signs
('$$'). For example::
"string:Please pay $$$dollars_owed"
"string:She said, "Hello world.""
% Anonymous User - Sep. 26, 2002 11:37 am:
/attribute value/HTML attribute value/# explicit