Contents

[edit]

OpenSP: Reference not terminated by REFC delimiter

[edit]

Cause:

If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

[edit]

Example:

Good&c.
Good&c.
Good&aelig
Goodæ
[edit]

Solution:

Add a semi-colon to terminate the entity properly.

[edit]

References:

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