Re: Embperl2c rewriting my HTML

2002-11-25 Thread Gerald Richter
> > http://www.conceptionstore.com> border=0> > > becomes: > > border=0> > > which is un-renderable. > Go to Embperl/Syntax/HTML.pm line 364 and add :. and / to the list of recognized chars should do the trick Gerald - Gerald Richter

Re: Embperl2c rewriting my HTML

2002-11-24 Thread Kee Hinckley
At 8:12 PM -0500 11/24/02, David Williams wrote: http://www.conceptionstore.com> becomes: which is un-renderable. However it is in fact a perfect representation of what you had. According to the HTML spec, your href value ended at the colon after http. Even if Embperl didn't rewrite the U

Embperl2c rewriting my HTML

2002-11-24 Thread David Williams
Here's what's happening: I was using Perl 5.6.x, HTML::Embperl 1.3.4 and Apache 1.3.x for a long time without problems. However I have just upgraded my server to RedHat 8.0 which has Perl 5.8.0, Apache 2.0.x and then I followed Gerald's instructions for grabbing and compiling the latest Embperl2c