var fDesc=new Array(); fDesc[0] = "XMLwriter is an XML editor for Windows designed to help programmers and web designers to use XML, XSLT and XSD Schema.
XMLwriter can convert XML to HTML using XSLT stylesheets; also, users can combine CSS with XML for direct formatting of XML data.
XMLwriter's features include a wide range of XML functionality such as validation of XML documents against a DTD or XSD Schema and conversion of DTDs to the newer XSD Schema format or vice versa.
XMLwriter was designed to manage projects; XMLwriter's Integrated Development Environment (IDE) provides useful project management features such as a structured Project and View workspace. Also XMLwriter increases flexibility with the User Tools feature that can be configured to run external applications (such as third-party XML parsers).
XMLwriter user interface is friendly and customizable to fit the way you like to work.
The XMLWriter installation process is very easy to perform. The on-line help is very comprehensive and includes an XML syntax guide.
XMLWriter works on Windows 95, Windows 98, Windows ME, Windows NT 4.0, Windows 2000, Windows XP or Windows 2003. The software only needs 5MB of free hard disk space."; 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 = ''; } }