Contents

[edit]

OpenSP: Reference to external entity in attribute value

[edit]

Cause:

This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.

[edit]

Example:

Goodtextexample textexample
Goodtextexample textexample
[edit]

Solution:

textexample textexample

[edit]

References:

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