Hi, All
I have a question about the encode html text stored in database table. Some encoded html text (with html tags) was inserted into our database table text column from the external source. When I load the text into datawindow, how can I decode the html text (get rid of all the html tags) but still keep all the line breaks?
Thanks,
Don
Andreas.
<p><span style="font-family:Verdana, Geneva, sans-serif;font-size:10pt;">description of change</span></p><p><span style="font-family:Verdana, Geneva, sans-serif;font-size:10pt;">this is the test</span></p><p><span style="font-family:Verdana, Geneva, sans-serif;font-size:10pt;">for multi line </span></p><p><span style="font-family:Verdana, Geneva, sans-serif;font-size:10pt;">& </span></p>
is there a way in PB to strip off these html tags?