Closed mar9000 closed 6 years ago
Loading the following String using STGroupString
delimiters "<",">" chapter(title) ::= << chapter <title> >>
reports parsing error:
<string> 1:55: invalid character '>' <string> 1:53: premature EOF
Java part is:
STGroupString documentStg = new STGroupString(templateString); ST documentTemplate = documentStg.getInstanceOf("chapter");
Using other delimiters, for example "$","$" works without problems.
"$","$"
forget to mention the version: 4.0.8
Loading the following String using STGroupString
reports parsing error:
Java part is:
Using other delimiters, for example
"$","$"
works without problems.