I am getting the following error
The entity "nbsp" was referenced, but not declared.
I tried to declare the nbsp (shown below) in my XML file. But this isn't working for me.
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
>
<!DOCTYPE html [<!ENTITY nbsp " ">
Am I missing something? Thanks!