Edgewall Software

Changes between Version 31 and Version 32 of MarkupTemplates


Ignore:
Timestamp:
Aug 23, 2006, 2:14:28 PM (18 years ago)
Author:
oliver.cope@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MarkupTemplates

    v31 v32  
    468468}}}
    469469
     470== Processing order ==
     471
     472Directives are evaluated in the following order:
     473
     474  * [MarkupTemplates#py:def py:def]
     475  * [MarkupTemplates#py:match py:match]
     476  * [MarkupTemplates#py:when py:when]
     477  * [MarkupTemplates#py:otherwise py:otherwise]
     478  * [MarkupTemplates#py:for py:for]
     479  * [MarkupTemplates#py:if py:if]
     480  * [MarkupTemplates#py:choose py:choose]
     481  * [MarkupTemplates#py:with py:with]
     482  * [MarkupTemplates#py:replace py:replace]
     483  * [MarkupTemplates#py:content py:content]
     484  * [MarkupTemplates#py:attrs py:attrs]
     485  * [MarkupTemplates#py:strip py:strip]
     486
    470487== Includes ==
    471488