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