var fDesc=new Array(); fDesc[0] = "Working with XML as text can be tricky, tedious and difficult. Why not use a tool that is specifically designed to edit, manipulate, and create XML files?
PrimalXML is just that tool. It provides you with the core set of functionality that you need to get your job done. Take a look at some of PrimalXML's features. You can click on most thumbnail images for a larger view.

-automatic syntax coloring
-autoformatting of XML
-validate XML files against schema files
-fast element manipulation"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }