TAL 1.4TAL Specification 1.4 | Feature | Status | | define | partially implemented (1) | | condition | implemented | | repeat | implemented | | content | implemented | | replace | implemented | | attributes | implemented | | omit-tag | implemented | | on-error | not implemented |
(1) Defined variables become global. TALESTALES Specification 1.3 In JSTAL attribute values in TAL namespace are converted to JavaScript expressions, so: foo/bar/baz becomes foo.bar.baz or foo[bar][baz] It's possible to use JS notation instead of slashes in path expressions, which may be nice for JavaScripters. Required Type Prefixes| prefix | status | | not | implemented | | path | implemented | | string | implemented |
Optional Type Prefixesjs: interpret the expression string as JavaScript code. This code must be a legitimate JavaScript expression.
|