"Parse" code to your blogger

Have you ever got error when trying put some code in your xml template?? some of the error like this :
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 processing instruction target matching 
"[xX][mM][lL]" is not allowed.
or like this :
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 "onlytitle" 
must end with the ';' delimiter.

It happen when we try to insert some script in XML editor in blogger, then you decide to resolve to put script code in widget template.
This way is not effective for me. But if we try something else, like parsing. This script code will work. Since Blogger using XML code, is more strict and standardized. The error happen because our script code is not standardized. So we need to replace all the html character such as '<' with '&gt;', ' " ' with '&quot;'. Here is the tool how to change your code, goto this site.

Related links :
# Wrote Your code to Blogger
# Wrote Your code to Blogger with textarea
# Script popular article
# Popular article part II
# Cara membuat Tulisan "Readmore" di blogger

No comments:

Post a Comment

Thank you, your critique has been accepted