var fDesc=new Array(); fDesc[0] = "XF Designer is a user-friendly, easy to learn layout editor that handles with ease all the complex parameters required for professional publishing.

Templates created in XF Designer are based on open standards such us XSL-FO and SVG and can be used at runtime to format any XML data.

Main features:

- Create feature rich document templates in minutes not days, in a full WYSIWYG editing environment.
- Add dynamic data from XML using simple drag&drop operations.
- Use a rich set of visual graphics including Images, Barcodes, Charts, Maps, Rich Media and more.
- XF Designer can create fill-able PDF forms.
- Supports creation of templates in multiple languages without re-editing the layouts.
- Integrates with Ecrion Data Architect to display data from XML, Databases, Web Services and more.
- Supports basic and complex pagination features, from duplex printing to different page layouts for first, even, odd, last and blank pages.
- For advanced users, full support for intelligent XSLT editing is provided (auto-fill, auto-complete, etc.)"; 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 = ''; } }