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
Put the DOCTYPE declaration before the root element start-tag. That is,
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html [ <!ENTITY nbsp " "> ]> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" > ... </rss>