Open GoogleCodeExporter opened 8 years ago
Internet Explorer 8 fails to process templates...
Example code:
var tpl = TrimPath.parseTemplate( "{for x in data}${x}{/for}" );
var a = { data: [ "a", "b", "C" ] };
document.write( tpl.process( a ) );
Browser output is "[ERROR: TypeError: 'data' is not defined; 'data' is not
defined]"
( I translated the error message from Finnish to English ), output should be
"abC".
Can someone help me?
Original comment by henry.sa...@gmail.com
on 30 Jul 2009 at 3:52
can you trace it in firebug lite?
http://getfirebug.com/lite.html
Original comment by kucerari...@gmail.com
on 5 Oct 2009 at 2:08
Original issue reported on code.google.com by
smmu...@gmail.com
on 15 May 2009 at 3:13