ERROR : THE REFERENCE TO ENTITY "XX" MUST END WITH ';' DELIMETER
Advertisement
Many of you might have came across this error while making some changes in your template code. This normally happens when you add some advertisement codes or some Javascript references where we pass more than one parameter to the Javascript function.
For example, I want to include the code
<script
src='http://www.sphere.com/widgets/sphereit/js?t=classic&p=www.techflaps.com' type='text/javascript'/>
inside the blogger template code, which just shows a SPHERE IT link below my posts. This will get me an an error at the time I try to save the template. The error will be like this.src='http://www.sphere.com/widgets/sphereit/js?t=classic&p=www.techflaps.com' type='text/javascript'/>

BLOGGER ERROR : THE REFERENCE TO ENTITY "XX" MUST END WITH ';' DELIMETER
If you ever, ever encounter with this error just make a simple change in the code change the
'&'before the
'p'to
. This will solve the issue. If there are more then one &VARIABLE_NAME=VALUE combinations, just change all the
'&'before the VARIABLE_NAME's to
.NOTE : One thing you have to notice that this error occurs only when you try to paste the code directly into the Blogger Template code. If you try to include the code inside a widget there won't be any issues. The difference is because, when you try to paste the code directly into the template code, the blogger engine tries to validate it and causes error. While if it is inside a widget the engine validate the widget, not the code at time when we save it.
"Thank You!!! You’ve reached the end of this post. Seeing you made it this far, we hope you enjoyed this post. If so, please consider leaving a comment or subscribing to the feed to have further articles deliverd to your feed reader. You can also follow me on Twitter."
Subscribe to:
Post Comments (Atom)









