Hello All;

I have found that Arachne has a problem with these HTML entities and there
are probably a lot more: &gt,&lt,&quot,&#92,&#39.

In order to recognize the entity, Arachne must see a space after it.
She will eat that space when displaying the character, but other browsers
won't. 

To display (in PRE formatted text mode) the following: "%X"=="" goto end.
Arachne must see: &quot %X&quot ==&quot &quot  goto end.
Netscape will display: " %X" ==" "  goto end.
Extra spaces            ^   ^   ^ ^       are undesired.

-  Clarence Verge
--
-  Help stamp out FATWARE.  As a start visit: http://home.arachne.cz/
--

Reply via email to