Hi,
In the DITA framework there is an Inline Actions style. In looking at the css file (actions.css), it says it was generated from actionsDescriptor.xml.
If we want to customize these inline actions, it seems appropriate to modify them in a new actionsDescriptor.xml. But is there a transformation scenario to convert the xml to css?
Transformation scenario for actionsDescriptor.xml?
Re: Transformation scenario for actionsDescriptor.xml?
Hi,
In the same folder there is a generateAction.xsl script that you can use to convert the descriptor to the corresponding CSS.
There is no transformation scenario available for that, you just need to define one that applies that XSLT script on the corresponding XML and saves the result as a CSS file.
Regards,
George
In the same folder there is a generateAction.xsl script that you can use to convert the descriptor to the corresponding CSS.
There is no transformation scenario available for that, you just need to define one that applies that XSLT script on the corresponding XML and saves the result as a CSS file.
Regards,
George
George Cristian Bina