Code: Select all
css.processor.path.antenna-house = AHFcmd.exe
Would it work better in YAML or JSON?
Post by aaron » Wed Oct 28, 2020 4:44 pm
Code: Select all
css.processor.path.antenna-house = AHFcmd.exe
Post by julien_lacour » Fri Oct 30, 2020 5:54 pm
Code: Select all
css.processor.type = antenna-house
css.processor.path.antenna-house = ${env(AH_PATH)}
Code: Select all
...
<ditaScenario>
...
<field name="ditaParams">
<list>
<ditaParameter>
<field name="name">
<String>css.processor.path.antenna-house</String>
</field>
<field name="description">
<null/>
</field>
<field name="value">
<String>${env(AH_PATH)}</String>
</field>
</ditaParameter>
...
</list>
</field>
...
</ditaScenario>
...
Post by aaron » Tue Nov 10, 2020 3:22 pm
Code: Select all
<project xmlns="https://www.dita-ot.org/project">
<context name="User's Guide Filtered" id="ug_filtered">
<input href="userguide.ditamap"/>
<profile>
<ditaval href="filter.ditaval"/>
</profile>
</context>
<deliverable name="User's Guide to HTML5" id="ug_html5">
<context idref="ug_filtered"/>
<output href="./html5-output"/>
<publication transtype="pdf-css-html5">
<param name="css.processor.path.antenna-house" path="${env(AH_PATH)}"/>
</publication>
</deliverable>
</project>
Post by julien_lacour » Tue Nov 10, 2020 5:53 pm
Code: Select all
<deliverable name="User's Guide to HTML5" id="ug_html5">
<context idref="ug_filtered"/>
<output href="./html5-output"/>
<publication transtype="pdf-css-html5">
<param name="css.processor.type" value="antenna-house"/>
</publication>
</deliverable>
Post by julien_lacour » Wed Nov 11, 2020 11:59 am
Code: Select all
dita -f pdf-css-html5 -i custom.ditamap -o .\out\pdf-css-html5 -Dcss.processor.type="antenna-house"
Return to “DITA (Editing and Publishing DITA Content)”
This website was created & generated with <oXygen/>®XML Editor