This online converter will convert your adsense, chitika, adbrite and any HTML code into XML coding which are compatible with the blogger templates.
Enter Code:
// ![CDATA[
function $(id){ return document.getElementById(id) } var char2entity = { "'" : ''', '"' : '"', '' : '>', '&' : '&'}; function encode_entities(str) { var rv = ''; for (var i = 0; i str.length; i++) { var ch = str.charAt(i); rv += char2entity[ch] || ch; } return rv;} function do_encode(e){ $('dst').value = encode_entities(e.value)}
//...