“The reference to entity XX must end with the ‘;’ delimiter” XML ERROR


The reference to entity XX must end with the ';' delimiter XML ERROR

Some of you might be familiar with the ERROR “The reference to entity XX must end with the ‘;’ delimiter” while adding or altering any piece of code to your XML Templates. Even I get that ERROR sometimes when I try to alter or add some codes to my blogger blog’s templates(XML).

Mostly these kind of ERRORS occur while we add any third-party banner or widgets to our XML Templates. We can easily rectify that ERROR by making a slight alteration in the piece of code we add!

Just replace “&” with “&” in your HTML/Javascript code!

EXAMPLE

  • Original Code:
    <!– Begin Code –>
    <script src="http://XXXXXX.com/XXX.php?sid=XXX&br=XXX&dk=XXXXXXXXXXXX" type="text/javascript"/>
    <!– End Code –>
  • Altered Code:
    <!– Begin Code –>
    <script src="http://XXXXXX.com/XXX.php?sid=XXX&amp;br=XXX&amp;dk=XXXXXXXXXXXX" type="text/javascript"/>
    <!– End Code –>

HOPE YOU GOT IT RIGHT! HAPPY BLOGGING!



You May Also Like:

Article by Shafar.
About the Author: Tech Freak, Android Lover, Wordpress Addict, Social Media Junkie and the Founder of TipsBlogger.
To submit guest posts to TipsBlogger, please read the Guidelines.

28 Responsesto ““The reference to entity XX must end with the ‘;’ delimiter” XML ERROR”

  1. good one… generally new blogger get tangled in this error…

  2. Worked like a charm, thanks!

  3. Anonymous says:

    Thanks good one..

  4. Anonymous says:

    thank you very much :P

  5. bigforrap says:

    I love you…I really do. I have three broken computer screen behind me because this just wouldn't work for me. Thanks for the help :P

  6. alenchik says:

    Wow thank you so much! This is such a useful tip! It worked perfectly.. I could not add the Adbrite code, but now its perfect!

  7. @bigforrap
    Glad that I could help you! :)

  8. @alenchik
    Happy to help you! Keep in touch..

  9. Somu says:

    Thanks … it helped :)

  10. Teky says:

    thank you very much

  11. seo says:

    thank you very much

  12. Milan says:

    Amazing..solved my problem at the first shot

  13. Abdul Mannan Khan says:

    Thanks :)

  14. Rahul says:

    thanks a lot.

  15. Jeff says:

    Very very appreciated. :)

  16. Jericho says:

    I have the same trouble with that code. Now I can fix it. Thanks!

  17. puluth® says:

    Thank you for info, but that did not work with me,

    I would put the total post-script.

    this script,

    function numposts(json) {
    document.write(‘Fathurizki Has Writed ‘ + json.feed.openSearch$totalResults.$t + ‘ posts’);
    }

    can you help me?…..

  18. Felipe says:

    Man, this tip save my day! Thanks ;)

  19. nick says:

    thanks, wasn’t a blog related question but it still helped

  20. Nadir says:

    Thaaaaaaaaaaaaaaaaaaaaaaaaaaaaaank youuuuuuuuuuuuuuuuuuuuuuuuuu <3 <3 <3

    I was stick in that error from yesterday and i didn't figure out why the hell it's not working!!!

  21. kaza says:

    thank you so much
    i was having trouble updating a link
    it worked after i followed this

  22. Bella says:

    Thank you so much for this!

Leave a Reply