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 ...@@ -4,8 +4,10 @@ let: Defines DTML variables
Syntax Syntax
<dtml-let [Name=Variable][Name="Expression"]...> 'let' tag syntax::
</dtml-let>
<dtml-let [Name=Variable][Name="Expression"]...>
</dtml-let>
The 'let' tag is a block tag. Variables are defined by tag The 'let' tag is a block tag. Variables are defined by tag
arguments. Defined variables are pushed onto the DTML namespace arguments. Defined variables are pushed onto the DTML namespace
......
...@@ -30,7 +30,7 @@ sqlgroup: Formats complex SQL expressions ...@@ -30,7 +30,7 @@ sqlgroup: Formats complex SQL expressions
Examples Examples
Sample usage Sample usage::
select * from employees select * from employees
<dtml-sqlgroup where> <dtml-sqlgroup where>
......
...@@ -5,8 +5,10 @@ with: Controls DTML variable look up ...@@ -5,8 +5,10 @@ with: Controls DTML variable look up
Syntax Syntax
<dtml-with Variable|expr="Expression"> 'with' tag syntax::
</dtml-with>
<dtml-with Variable|expr="Expression">
</dtml-with>
The 'with' tag is a block tag. It pushes the named variable or The 'with' tag is a block tag. It pushes the named variable or
variable expression onto the DTML namespace for the duration of 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