You may get a error “The reference to entity X must end with the ‘;’ delimiter” This is XML ERROR.
Mostly this error occurs when you are editing blogger html or adding third party widget. You may be wondering how to fix this error and this is really simple to fix.
X may be title or whatever it may. Fixing this is XML error is really simple. I too get this error and fix it easily.
Just replace “&” with “&” in your HTML/Javascript code!
Here is an example
- Original Code:<!– Begin Code –>
<script src="http://techenol.blogspot.com/XXX.php?sid=XXX&br=XXX&dk=XXXXXXXXXXXX" type="text/javascript"/>
<!– End Code –> - Altered Code:<!– Begin Code –>
<script src="http://techenol.blogspot.com/XXX.php?sid=XXX&br=XXX&dk=XXXXXXXXXXXX" type="text/javascript"/>
<!– End Code –>
And you have done it. Quite simple. Hope this helped you a lot. Please share this post if you find it helpful.
Share this Post
0 comments:
Post a Comment