http://qs321.pair.com?node_id=11114095


in reply to Re^3: substitution in textual area of HTML file
in thread substitution in textual area of HTML file

If my text has some formatting tags (<bold> for example), the formatted text is stripped off.

my $html = '<ul><div class="txt" style="position:absolute; left:84px; +top:73px;"><span id="f1" style="font-size:11px;vertical-align:baselin +e;color:rgba(0,0,0,1);">technology of S2S translation, <b>also</b> kn +own as Spoken Language Translation (SLT),</span></div><div class="txt +" style="position:absolute; left:44px; top:73px;"><span id="f1" style +="font-size:11px;vertical-align:baseline;color:rgba(0,0,0,1);">is a n +ew application of AI,</span></div><li>there</li><li>everyone</li></ul +> ';

Becoming:

<ul><div class="txt" style="position:absolute; left:84px; top:73px;">t +echnology of S2S translation, known as Derp! Language Translation (S +LT),</div><div class="txt" style="position:absolute; left:44px; top:7 +3px;"><span id="f1" style="font-size:11px;vertical-align:baseline;col +or:rgba(0,0,0,1);">is a new application of AI,</span></div><li>there< +/li><li>everyone</li></ul>

I am starting to realize that my task is more difficult than I thought at first... but working on

2020-03-11 Athanasius fixed over-wide display of code.