var fDesc=new Array(); fDesc[0] = "Altova MissionKit 2015 Enterprise Edition is a software development suite of industrial-strength XML, SQL, and UML tools for information architects and application developers.

Powered by RaptorXML for lightning-fast processing, Altova MissionKit Enterprise Edition includes Enterprise Editions of:

- XMLSpy;
- MapForce;
- StyleVision;
- UModel;
- DatabaseSpy and DiffDog;
- SchemaAgent.

XMLSpy is the industry leading XML editor and IDE for modeling, editing, transforming, and debugging XML technologies. It offers the top XML editor, XML Schema 1.0/1.1 editor, code generator, file converters, debuggers, profilers, support for XSLT 1.0/2.0/3.0, XPath1.0/2.0/3.0, XQuery 1.0/2.0/3.0, WSDL 1.1/2.0, SOAP, XBRL, OOXML, HTML5, JSON, SQL databases, and more, plus the unique ability to create charts based on XML data.

MapForce is a graphical data mapping, conversion, and transformation tool for integrating any combination of XML, SQL database, flat file, EDI, XBRL, flat file, Excel, JSON, XBRL, and/or Web services data. It includes royalty-free code gen as well as automation via MapForce Server.

StyleVision is a visual tool for designing compelling reports and forms based on XML, SQL database, and XBRL inputs, with multi-channel output to HTML, Word, PDF, and e-Forms. Its drag-and-drop design paradigm makes it easy to create sophisticated reports with beautiful charts and other interactive elements.

UModel is a UML modeling tool that supports all UML 2 diagrams, database modeling, BPMN, SysML, and a diagram for XSD. It provides code generation and reverse engineering for Java, C#, and VB.NET, plus support for MDA to transform models between those programming languages, databases, or XSD.

DatabaseSpy is a unique multi-database tool that connects to all major databases and simplifies querying, visualizing, managing, designing, comparing, and charting relational databases.

DiffDog is an XML-aware diff/merge tool for files, folders, and databases."; 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 = ''; } }