K
kitty
Hi,
Iam using the Carbon framework to read data from XML files, but it does
not read values placed inside curly braces {}.
Example:
<output>{property}</output>
I have tried using numeric character reference
<output>{property}</output>
but it still gives InvalidConfiguration Error. The stacktrace is:
Value {property} cannot be formatted to java.lang.String.
Any help is appreciated.
Thanks,
Kitty
Iam using the Carbon framework to read data from XML files, but it does
not read values placed inside curly braces {}.
Example:
<output>{property}</output>
I have tried using numeric character reference
<output>{property}</output>
but it still gives InvalidConfiguration Error. The stacktrace is:
Value {property} cannot be formatted to java.lang.String.
Any help is appreciated.
Thanks,
Kitty