I am attempting to build an XML document using Soy and get the following error:
com.google.template.soy.parsepasses.contextautoesc.SoyAutoescapeException: In file C:\Users\jeff\workspaceEMC\PAC\target\classes\templates\XML_template.soy:33:24, template vulcan.xml.body: Failed to compute an output context for raw text `...
I am wondering if the slashes etc. in the XML (this error happens prior to the tags being assigned values) throw off the parser. I am stepping through the Soy code in the debugger but this is very tough for me.
To clarify what I am trying, my .soy template file simply looks like {$bar}...
It does not fail immediately but someplace parsing deep within the template it always gives that exception.