Thursday, September 11, 2014



HTML, Javascript, XML Code error

Annoying with this kind of error?
" Error parsing XML, line 1202, column 64: The reference to entity "version" must end with the ';' delimiter. "

 Are you always receiving error that Blogger doesn't support direct posting of HTML and JavaScript?

This can be resolve by change/encode the same code into a text and then post it effectively without any error.

 There is tons of encoder tools online will help you to change HTML characters to simple text, which could be easily inserted in your blogger template and comment form. You can also use it to convert your adsense code into an embeddable form. It converts special characters in this way:

  •   '<' becomes '<'
  •  '>' becomes '>' 
  • '"' (double quote) becomes '"' 
  • ''' (single quote) becomes ''' '&' becomes '&'  
Here is a link for encoder tool: http://www.web2generators.com/html/entities





0 comments: