var fDesc=new Array(); fDesc[0] = "Oxygen XML Editor is a comprehensive tool for editing, converting, and debugging of XML data. It can perform XQuery and XPath queries against a native XML database, through a connection to the database server. Support for all types of XML documents and similar file types are ensured, including XML Schemas, CSS, XSLT, WSDL, RelaxNG, Schematron, Ant, and XQuery.

This XML Editor offers an XSLT and XQuery debugger that provides full control over the debugging process. Two dedicated perspectives are available, one for XSLT and one for XQuery debugging. Both offers specialized views and actions that allow you to troubleshoot and perfect your documents."; 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 = ''; } }