lgtm
http://codereview.appspot.com/88152/diff/1/2 File tests/com/google/caja/plugin/templates/TemplateCompilerTest.java (right): http://codereview.appspot.com/88152/diff/1/2#newcode310 Line 310: final Holder<ExternalReference> savedRef = new Holder<ExternalReference>(); why not just ExternalReference savedRef; ? http://codereview.appspot.com/88152
