I have listing my site today in some social networking sites. When I try to include the link buttons in the right side panel I get the error;
We were unable to preview your template
Please correct the error below, and submit your template again.
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: The reference to entity "show_voters" must end with the ';' delimiter.
Here you need to substitute the “amp;” just after “&”. This looks like this,
BEFORE EDITING: display=4&show_voters=1' TYPE='text/javascript'/>
AFTER EDITING: display=4&show_voters=1' TYPE='text/javascript'/>
In another case, I found that the error message like this;
XML error message: The reference to entity “id" must end with the ';' delimiter.
BEFORE EDITING: <img alt='BlogRankers.com' border='0' src='http://www.blogrankers.com/tracker.php?do=in& id=12407'/>
AFTER EDITING: <img alt='BlogRankers.com' border='0' src='http://www.blogrankers.com/tracker.php?do=in& id=12407'/>
This helps you to resolve the error. I hope this tutorial helps you to resolve the problem arise due to XML error message by blogger.
Happy blogging. Stay with me…
|
Post a Comment