Hi!
I'm using Oracle with a JAVA Application and am trying to retrieve fields that have HTML tags in them.
The field type is VARCHAR2.
The contents may be like:
Quote:
|
Severium espadius est cumplicus modis aedis <br> <br> etc blah blah blah <br>.
|
When I retrieve this field and output it to the response window the <br> do not become break lines.
How can I do that ??
Thanx for any help.