var fDesc=new Array(); fDesc[0] = "XMLFox 2.0 is a XML editing and validation tool for creating valid, well-formed XML documents and XSD Schema. The software has XSD Schema Based Editing. It also includes different Tag Prompting and XML and Schema Validation. The other feature includes XML View, Tree, Grid, and XML Script editing modes. The program has standard editor traits which feature copy, paste, find and replace options. It consists of XSD Schema building feature. The application consists of two panes. The left presents the structure of a XSD file as a Tree View. The right pane shows the XML of the schema, or of a XML file being validated by the schema. The XML pane can display data in a grid or a Tree View as well as raw or formatted XML. It acts as a lightweight editor for document framework deployments. It features full XSD validation, but doesn't require a XSD (XML Schema Definition). The software is a Window based graphical tool which helps the user in authoring, updating, exploring, well-formedness checking or validating XML documents. It allows the user to create schemas and show a visual representation of what the xml document will look like for that schema. It also has a XML data editor with markup-aware cut-and-paste operations, undo, rectangular selection, clear diagnostics and other innovative attractive tools to handle common XML/XSD editing tasks."; 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 = ''; } }