Good afternoon -

we have started working with a more streamlined approach, where I maintain the 
.dita source files using XML Mind and my colleagues generate the WebHelp output.

I had to check the Document conversion parameters before generating my own 
local copy of the WebHelp, because I have a number of .ditamap files each of 
which requires slightly different conversion parameters. (you explained 
earlier, I think, that there is no mechanism to link a parameter file to a map)

I therefore helpfully sent my colleagues a copy of the conversion parameters 
(.xml file), and now we have the question "how do they make sure they are using 
these paramters?" They have sent me an extract from their code, and we hope 
they just need to add an extra <argument>. If so, could you tell us what the 
syntax is?

Thanks in advance.


Niels Grundtvig Nielsen
technical author Worldline Terminals
Atos Expert in technical communications
you know what you're talking about - I can help you say it


Sent: dinsdag 2 mei 2017 14:32
To: Grundtvig Nielsen Niels
Subject: RE: XNT WebHelps updated with "contains" operator

Niels,

Here is the command line that we are using to build the html from the sources:

<execution>
    <id>Convert Dita xml doc to html</id>
    <phase>generate-resources</phase>
    <goals>
        <goal>exec</goal>
    </goals>
    <configuration>
        <executable>xxetool.bat</executable>
        <arguments>
            <argument>convert</argument>
            <argument>dita.toWebHelp</argument>
            <argument>src/xntHelps.ditamap</argument>
            <argument>-u</argument>
            <argument>target/html/</argument>
        </arguments>
    </configuration>
</execution>



*********************************************************************************************
Worldline SA/NV - Chaussee de Haecht 1442 Haachtsesteenweg
- 1130 Brussels - Belgium
RPM-RPR Bruxelles-Brussel - TVA-BTW BE 0418.547.872
Bankrekening-Compte Bancaire-Bank Account 310-0269424-44
BIC BBRUBEBB - IBAN BE55 3100 2694 2444

"The information contained in this e-mail and any attachment there to be 
confidential and may contain information which is protected by intellectual 
property rights.
This information is intended for the exclusive use of the recipient(s) named 
above.
This e-mail does not constitute any binding relationship or offer toward any of 
the addressees.
If you are not one of the addressees , one of their employees or a proxy holder 
entitled to hand over this message to the addressee(s), any use of the 
information contained herein (e.g. reproduction, divulgation, communication or 
distribution,...) is prohibited.
If you have received this message in error, please notify the sender and 
destroy it immediately after.
The integrity and security of this message cannot be guaranteed and it may be 
subject to data corruption, interception and unauthorized amendment, for which 
we accept no liability."
--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to