var fDesc=new Array(); fDesc[0] = "AltovaXML Reporting Edition is an advanced XML standards processor that includes the Altova XSLT and XSLT engines, XQuery engine, XBRL validator, and XML validator, plus support for rendering charts in XSLT or XQuery to display XML data. AltovaXML lets you use the same engines found in XMLSpy in your own applications!

AltovaXML Reporting Edition is a an executable file. It is available in English and German-language versions for 32-bit and 64-bit operating systems. You may download your preference of language and OS versions and, upon receipt, use your license key code to unlock it.

A license for AltovaXML Reporting Edition includes a right to distribute the Altova software as included within your own software application. End users wishing to use the Altova software component of your software application will need to purchase their own software license for the product from Altova or an authorized reseller."; 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 = ''; } }