var fDesc=new Array(); fDesc[1] = "utilities as Word 2007, Access 2007, PowerPoint 2007 and others. It allows users to input data into cells included in a grid made of rows and columns."; fDesc[2] = "even at times when daily usage is significant and data loss may be substantial. The DriveImage XML helps in taking care of any possible accidents resulting in data loss and helps the user in backing up logical drives and partitions to image files and also to browse them, view and extract files."; fDesc[3] = "XML-based protocol that is designed to exchange structured and typed information on the Web. The purpose is to start up rich and automated Web services based on a shared and open Web infrastructure."; fDesc[4] = "lot of handy features, it's really comfortable the work with complex files thanks to their unique \"nudge\" and \"change to\" operations."; fDesc[5] = "notices or news, FeedReader is like this application. In this way from unique software and without opening different websites you can look the last news and access to what you need. It’s fast, easy and a friendly tool."; fDesc[6] = "structure and content. What has been said could sound little for many people but it’s not since the extremely complex that mathematical expressions can be."; fDesc[7] = "modification to the XML such as inserting and deleting items as well as adding and deleting properties to existing items."; fDesc[8] = "WMHelp.com. It’s the basic version of WMHelp.com, which can be run without a license. is very easy to use as the toolbar and menus that are displayed at the top of the window can be handled very easily. Just pressing a button can hide them."; fDesc[9] = "authoring, XML Schema, XML conversion, Relax NG and Schematron development, DTD, XPath, XQuery debugging, XSLT, SOAP, as well as WSDL testing."; fDesc[10] = "like a XML tester as well as a DTD validator. It includes search or replace in text or hex mode and has some built-in features like a DTD validator that also offer support to remote DTDs."; fDesc[11] = "excellent option to choose. This application lets you to create, edit and test XML, XSLT and DTD documents, and displays them with color-coding of tags and other kinds of markup."; fDesc[12] = "elements. XML can be used for a myriad of purposes, including serializing data, like YAML and JSON languages do. Some of the features this incredible program includes are: DTD/XML Schema/RELAX NG validation, XSLT, XPath, pretty-printing, among many others."; fDesc[13] = "is organized by using W3C’s cascading style sheets (CSS). XMLmind XML editor can be used in advanced functions such as XML documents, edit large, modular, complex etc."; fDesc[14] = "to HTML using XSLT stylesheets; also, users can combine CSS with XML for direct formatting of the XML data."; fDesc[15] = "programmable XML utility, but the main purpose behind this software is to be used as an XML editor. It is very easy to use with some advanced features. firstobject XML Editor opens multi-megabyte files easily."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }