var fDesc=new Array(); fDesc[0] = "Stylus Studio's best-in-class features for working with XML, XQuery, XML Pipeline, XSLT, XSL:FO, EDI, XML Schema/DTD, XPath, XML & Databases, XHTML, XML mapping, XML publishing, Web services set a new benchmark for XML productivity.
Stylus Studio raises the bar for productivity in XML development tools. Read this datasheet to learn how Stylus Studio's comprehensive and intuitive XML toolset is used to tackle todays advanced XML data transformation and aggregation challenges.

Main Features:

- Stylus Studio provides a comprehensive set of XML tools and features for working with XML, XQuery, Web services, XML publishing, and many other XML technologies. Read this technical overview of Stylus Studio's main XML development features and functions."; 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 = ''; } }