xml
sitemap.xml error
/sitemap.xml
emitted error with an error, xmlParseEntityRef: noname
.
Solution
The reason is due to the special chracters in xml data.
In my case, because of the blank and ‘&’ chracters, the error emitted.
The solution is changeing xml file like below.
<![CDATA[{XML DATA}]]>