Have yous always encountered Parsing Error inwards your blogger template? Then today nosotros are sharing a tutorial amongst yous which volition assistance yous to ready XML parsing errors inwards blogger.
This form of mistake occurs when yous endeavor to insert Adsense JavaScript, Facebook JavaScript or other widgets made amongst JavaScript inwards your blogger template. When yous insert whatsoever JavaScript amongst roughly exceptional characters inwards your blogger template so it shows this mistake “The reference to entity "version" must destination amongst the ';' delimiter."
And, this mistake confuses as well as irritates many bloggers so for such bloggers today inwards this article, nosotros volition demo yous how to ready XML Parsing errors inwards blogger template.
This mistake ordinarily hap when yous to endeavor to upload whatsoever third-part JavaScript inwards your blogger template. It is every bit good called syntax mistake every bit it refers to coding. This mistake looks similar the below one;
Error parsing XML, trouble 1005, column 91: The reference to entity "version" must destination amongst the ';' delimiter.
There are roughly exceptional characters inwards yous script which causes this XML Parsing error. Following are the exceptional characters which are illegal as well as drive parsing errors;
Now wherever yous honor these exceptional characters inwards your JavaScript so supervene upon it amongst higher upwards mentioned characters. For example, if yous honor > inwards your code so only take away it as well as supervene upon it amongst > as well as so parsing mistake volition survive fixed.
Refer the below code to enclose your script correctly within CDATA section;
Ones yous accept uploaded your script within CDATA so your XML parsing mistake volition survive solved amongst consummate ease.
This was our direct to brand yous guys aware amongst the procedure of fixing XML parsing error. We are certain that this direct would accept been proven helpful for yous guys. If yous notwithstanding accept whatsoever confusion left related to this article so lend your confusion inwards the comment box. I shall larn dorsum to your queries every bit before long every bit possible.
Was it helpful? Then don’t forget to praise our operate amongst your shares as well as likes.
This form of mistake occurs when yous endeavor to insert Adsense JavaScript, Facebook JavaScript or other widgets made amongst JavaScript inwards your blogger template. When yous insert whatsoever JavaScript amongst roughly exceptional characters inwards your blogger template so it shows this mistake “The reference to entity "version" must destination amongst the ';' delimiter."
And, this mistake confuses as well as irritates many bloggers so for such bloggers today inwards this article, nosotros volition demo yous how to ready XML Parsing errors inwards blogger template.
What is XML Parsing Errors
We accept briefly mentioned nearly XML parsing mistake higher upwards as well as hither are going to explicate it chip to a greater extent than for your convenience.This mistake ordinarily hap when yous to endeavor to upload whatsoever third-part JavaScript inwards your blogger template. It is every bit good called syntax mistake every bit it refers to coding. This mistake looks similar the below one;
Error parsing XML, trouble 1005, column 91: The reference to entity "version" must destination amongst the ';' delimiter.
There are roughly exceptional characters inwards yous script which causes this XML Parsing error. Following are the exceptional characters which are illegal as well as drive parsing errors;
- < (Less Than)
- > (Greater Than)
- & - Ampersand
- ‘ (Single Quote)
- “ (Double Quote)
How to Fix XML Parsing Errors inwards Blogger
Here are the steps which yous take to follow inwards club to Fix XML Parsing Errors inwards Blogger. Now without taking your fourth dimension to a greater extent than larn to the steps to explore your solution.Method #1: Replacing Some Special Characters
This is get-go method which yous tin purpose to ready XML parsing mistake which is past times replacing roughly exceptional characters inwards your JavaScript.Special | Replace With |
> | > |
< | < |
& | & |
“ | " |
Method #2: Insert Script inwards CDATA Section
The CDATA Refers to Character information which acquit the text information as well as does non permit XML to parse the information within CDATA department as well as the information within it rest unparsed including those exceptional characters, thence preclude parsing error. CDATA department starts with <![CDATA[ and ends with ]]>, your script volition survive included betwixt it.Refer the below code to enclose your script correctly within CDATA section;
<script type="text/javascript">
//<![CDATA[
Add Your JavaScript Code Here
//]]>
</script>
Ones yous accept uploaded your script within CDATA so your XML parsing mistake volition survive solved amongst consummate ease.
This was our direct to brand yous guys aware amongst the procedure of fixing XML parsing error. We are certain that this direct would accept been proven helpful for yous guys. If yous notwithstanding accept whatsoever confusion left related to this article so lend your confusion inwards the comment box. I shall larn dorsum to your queries every bit before long every bit possible.
Was it helpful? Then don’t forget to praise our operate amongst your shares as well as likes.
Comments