How to add a custom DITA transformation type?
Posted: Mon Nov 03, 2008 6:34 pm
Just getting started with Oxygen, and didn't see this mentioned anywhere in the docs that I can find.
We have developed a custom DITA transformation type, like the "xhtml" and "pdf2" transformation types that are included with the DITA-OT. Running it from the command line, it would look like this:
How do I get our custom type "flashxml" added to the "DITA Transformation Type" dialog, so I can configure a new scenario based on it?
And, possibly related, how do I also configure this transformation for a specific document? I see how to apply an XSLT to a document, but not a DITA transformation.
Thanks in advance for any assistance!
We have developed a custom DITA transformation type, like the "xhtml" and "pdf2" transformation types that are included with the DITA-OT. Running it from the command line, it would look like this:
Code: Select all
java -jar lib/dost.jar /transtype:flashxml /i:{$currentFileURL}
And, possibly related, how do I also configure this transformation for a specific document? I see how to apply an XSLT to a document, but not a DITA transformation.
Thanks in advance for any assistance!