My favorites | Sign in
Project Logo
                
Search
for
Updated Oct 25, 2009 by pawel.knapik
compatibility  
TAL 1.4 spec. implementation status and differences

TAL 1.4

TAL 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.

TALES

TALES 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 Prefixes

js: interpret the expression string as JavaScript code. This code must be a legitimate JavaScript expression.


Sign in to add a comment
Hosted by Google Code