I'm retreiving data from a texfile with AJAX through:
document.getElementById("my div").innerHTML=xmlhttp.responseText;
but I want to make a linebreak in the text before each capital letter starts. How do I go about doing that? Appreciate the help.