Subscribe to get latest Updates

  • Join our site for free And get free content each time we publish.

                     

                           Sign Up Now 
 
 
 
Html to xml
You all know Html is a language for describing web documents.

Html contains Symbols Like this <,> So, it doesnot work with your blogger,wordpress or joomla.

So It can be fixed by leaving those Characters and replacing it  with special character’s by replacing the browser interprets the correct symbol
For example: I’m converting adsense ad code you can see the changes below



style=”display:inline-block;width:320px;height:100px”
data-ad-client=”ca-pub-2137197072649243″
data-ad-slot=”3283263819″>

 

Converted code

“<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!– Info Bucket –>
<ins class="adsbygoogle"
style="display:inline-block;width:320px;height:100px"
data-ad-client="ca-pub-2137197072649243"
data-ad-slot="3283263819"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

you can see the changes  after converting  the code This symbol ‘<‘ is converted to ‘<’ & ‘>’ it is converted to

This tool’s convert any html file to xml in the right format. So you can directly add the embeded code to your website.

The Converter tool is below You can Paste your code below to convert .

paste code