Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.8-beta-1
-
None
-
OpenJDK 6, Linux
Description
XmlTemplateEngine cannot handle quotes in attributes like this:
<document a='quoted "string"'/>
Caught: groovy.lang.GroovyRuntimeException: Failed to parse template script (your template may contain an error or be trying to use expressions not currently supported): startup failed:
XmlTemplateScript1.groovy: 2: unexpected token: string @ line 2, column 33.
out.print("<document a='quoted "string"'/>\n");