Commit d978073a authored by Amos Latteier's avatar Amos Latteier

Fixed more stx bugs in DTML ref.

parent 935ba2b8
......@@ -4,8 +4,10 @@ let: Defines DTML variables
Syntax
<dtml-let [Name=Variable][Name="Expression"]...>
</dtml-let>
'let' tag syntax::
<dtml-let [Name=Variable][Name="Expression"]...>
</dtml-let>
The 'let' tag is a block tag. Variables are defined by tag
arguments. Defined variables are pushed onto the DTML namespace
......
......@@ -30,7 +30,7 @@ sqlgroup: Formats complex SQL expressions
Examples
Sample usage
Sample usage::
select * from employees
<dtml-sqlgroup where>
......
......@@ -5,8 +5,10 @@ with: Controls DTML variable look up
Syntax
<dtml-with Variable|expr="Expression">
</dtml-with>
'with' tag syntax::
<dtml-with Variable|expr="Expression">
</dtml-with>
The 'with' tag is a block tag. It pushes the named variable or
variable expression onto the DTML namespace for the duration of
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment