Contents

[edit]

OpenSP: General entity ... not defined and no default entity

[edit]

Cause:

This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.

[edit]

Example:

Good<a href="http://www.domain.com/cgi?x=123&y=456">
Good<a href="http://www.domain.com/cgi?x=123&amp;y=456">
[edit]

Solution:

Replace "&" by "&amp;".

[edit]

References:

Retrieved from "http://www.htmlpedia.org/wiki/Sp_25"