Re: Blatt wrapper question

new topic     » goto parent     » topic index » view thread      » older message » newer message

I wrote:

> George Walters wrote:
> 
>> Wonderful, thanks. I'll give it a try.
> 
> The code that I had posted previously is not correct. sad
> I had assumed by mistake, that between <pre> and </pre> it's not necessary
> to mask certain characters. But it _is_ necessary. Here is the corrected
> version:
> 
> }}}
<eucode>

Unfortunately, the code partly is shown incorrect on EUforum (e-mail is
currently "dead" again anyway ...).

<snip>

>       line = replace(line, "&", "&")
>       line = replace(line, "<", "<")
>       line = replace(line, ">", ">")

<snip>

The above lines are not correct. The software that generates the EUforum
HTML pages probably is confused what parts of my code that looks like HTML
should be interpreted, and what parts should be displayed unchanged.
So I'll try out the new EUforum attachment feature. The corrected version
of my little program should be here:
   http://www.RapidEuphoria.com/uploads/txt2html.zip

Regards,
   Juergen

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu