var fDesc=new Array(); fDesc[0] = "Softsilver Transformer is a tool for converting structured text files, Excel spreadsheets and database tables into XML. Transformer has evolved in time into a solution with plenty of features, without losing its underlying simplicity. Convert text files, Excel workbooks, Access databases or any ODBC data source (e.g. SQL Server, ORACLE) into almost any type of XML file.

Transformer is designed for non-technical users who may know little about XML. You do not need any programming knowledge to use it. The tabbed interface promotes a step by step approach and hides many of the technical issues. There are many options for tailoring the XML output to meet most requirements."; 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 = ''; } }