tags:

views:

34

answers:

0

Is there a way to display "Test" value as bold just like the implementation of newline?

<testElement>Test &#xD; Test</testElement>

The output of the above line when you display it is:

TEST
TEST

I want to know what/how to make the second line as bold just line by using expressions.

Thank you