Hi Chandan, I think having a separate component producing all those different output types sounds right. You can get there to some extend with pure MarkLogic, but you’ll have to put it quite some effort..
1. Html should be no problem, just needs a transform (xslt?) to convert your data to html 2. Word is possible using either RTF (which is horrible to generate) or WordML/docx format (xml/zipped xml) 3. Epub is html+binaries with metadata in xml zipped into epub, can be done too 4. Manpages are plain text to my knowledge, so you should be able to generate those too 5. Not sure, not familiar with Kindle 6. Sounds like a specific flavor of HTML. As long as it is not compiled into binary, should be possible to generate 7. Tricky to generate directly (there are some subsets of PDF which are plain text), using external libraries is highly recommended. There are many though.. There are plenty tools that can generate at least part of these formats from HTML+CSS. Could be worth looking for available tools.. Cheers, Geert From: <[email protected]<mailto:[email protected]>> on behalf of Chandan Garg <[email protected]<mailto:[email protected]>> Reply-To: MarkLogic Developer Discussion <[email protected]<mailto:[email protected]>> Date: Monday, January 9, 2017 at 4:48 AM To: MarkLogic Developer Discussion <[email protected]<mailto:[email protected]>> Cc: Dipali Belsare <[email protected]<mailto:[email protected]>>, Sushant Balganure <[email protected]<mailto:[email protected]>> Subject: [MarkLogic Dev General] Rendition in Marklogic for Custom Transtypes Dear All, Good Morning!! We have XML content being published in Marklogic. However for rendering we have been using DITA-OT services for below Custom Transtypes. We seek to remove DITA-OT hence need your inputs to understand if this is achievable through Marklogic in-built rendition capabilities. Any help is greatly appreciated. 1.HTML 2.Word 3.ePub 4.Manpages 5.Mobi/Kindle 6.Mobile HTML 7. PDF Thanks, Chandan 7276072728
_______________________________________________ General mailing list [email protected] Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general
