hi,

the testcase PreparedVariableResolverTestCase.testEscapedBraces
fails.

I have the suscpesion that the PreparedVariableResolver escapes
only the opening-brace, not the closing brace.
Thus the java-string "This is a \\{brace\\}",
is escaped to java-string "This is a {brace\\}", and not to
"This is a {brace}".

What's the official escaping syntax for variables in the sitemap?

regards bernhard

Reply via email to