cancel
Showing results for 
Search instead for 
Did you mean: 

Apply XSLT to DITA in Alfresco to Produce Multiple Outputs

oneporter
Champ in-the-making
Champ in-the-making
Hi, I'm trying to transform dita to html, html help, and pdf, and I'd like to be able to do this inside of the repository with an action.  My first thought is to use org.alfresco.repo.content.transform.RuntimeExecutableContentTransformer and execute the dita-ot via the command line. However, as I understand it, that class transforms a single file into another file of a different type. 

Is there another class for transforming many inputs (many dita files and images) into many outputs (a set of html, css, and image files)?  Am I approaching this problem from the wrong direction or do I need to write my own class using AbstractContentTransformer(2)? 

Thanks -Rich
1 REPLY 1

jeyaa
Champ in-the-making
Champ in-the-making
Did you found the solution? If so please share it.. 🙂

Thanks