On Wed, Aug 11, 2004 at 03:39:23AM -0700, Jacob Friis Larsen wrote:
> I get "error: internal error" several times from Swish-e when spidering
> via my own spider.php script.
That's not a swish-e error message. Can you provide more details?
> Do I need to convert all applicable characters to HTML entities, or is
> there another solution?
You have to escape HTML when needed. If you are doing something like:
$text = fetch_text_from_database();
print "<title>$text</title>";
then you had better escape $text unless you know that $text is
suppose to be HTML.
--
Bill Moseley
moseley@hank.org
Unsubscribe from or help with the swish-e list:
http://swish-e.org/Discussion/
Help with Swish-e:
http://swish-e.org/current/docs
swish-e@sunsite.berkeley.edu
Received on Wed Aug 11 06:22:34 2004