RSS Feed Error
Permalink
xmlParseEntityRef: no name
above is the error I was receiving when clicking on the RSS feed button at the bottom of the blog article list.
The issue here was that I used an ampersand in the title of the blog article list which was why the EntityRef listed "no name". The quick solution here was to use the word "and" instead of the symbol. It appears that the parser choked on the ampersand character and wouldn't render the xml for the feed.
I believe this could be resolved through Concrete5 UI to complete the substitution for users. It's a very minor bug, but perhaps this will save someone a couple minutes searching about the issue.
This page contains the following errors: error on line 4 at column 29: xmlParseEntityRef: no name Below is a rendering of the page up to the first error.
above is the error I was receiving when clicking on the RSS feed button at the bottom of the blog article list.
The issue here was that I used an ampersand in the title of the blog article list which was why the EntityRef listed "no name". The quick solution here was to use the word "and" instead of the symbol. It appears that the parser choked on the ampersand character and wouldn't render the xml for the feed.
I believe this could be resolved through Concrete5 UI to complete the substitution for users. It's a very minor bug, but perhaps this will save someone a couple minutes searching about the issue.