Home|News|Products|Store|Contact | ||
XMLmind XSL-FO Converter | ||
XMLmind XSL Server is the server-side equivalent of XMLmind XSL Utility, the desktop application. Out of the box, it can convert DITA, DocBook, XHTML and plain HTML documents to PDF, RTF (can be opened in Word 2000+), WordprocessingML (can be opened in Word 2003+), Office Open XML (.docx, can be opened in Word 2007+) and OpenOffice (.odt, can be opened in OpenOffice/LibreOffice 2+) formats. Additionally, it can convert DITA documents to XHTML 1.0, XHTML 1.1, HTML 4.01, XHTML 5, Web Help, Java™ Help, HTML Help, Eclipse Help, EPUB 2, EPUB 3.
XMLmind XSL Server targets the Web developer (JavaScript, Ajax, PHP, ASP, etc) and the system integrator. Though technically speaking it's a Java™ Servlet , no prior knowledge of the Java™ language is required to be able to deploy, configure or otherwise operate XMLmind XSL Server. More information below.
The XMLmind Web site can send conversion requests to a running instance of XMLmind XSL Server. Give it a try
- by clicking on any of the icons found at the top of a Web page;
- OR by downloading your pre-filled order form (/store/order.php ) in any of the following formats
For example, executing the following command (requires cURL ) allows to convert this sample DocBook document to PDF:
curl -o sample.pdf \ 'http://www.xmlmind.com:8080/xslsrv/exec?mode=sync&conv=dbToPDF&url=http://www.xmlmind.com/xmleditor/_distrib/demo/docbook/docbook-image.xml'
For example, you can use XMLmind XSL Utility to modify the specifications of existing conversions (example: change the paper.type parameter of the XSLT style sheet from A4 to USletter) or to add more conversion specifications (example: convert DocBook 4 to PostScript® using FOP).
Note that there is no need to stop and then restart XMLmind XSL Server when you change its conversion specifications using XMLmind XSL Utility .