Good afternoon! things have been going so well here, and suddenly a colleague manages to find a completely new question :-}
At the moment, I update our DITA source files (using XML Mind, of course!) and save them in a GIT repository. Other people in the team then generate the WebHelp when they are alerted that the source files have changed. Someone has just noticed that the .svg line drawings are being rendered as .png when they use the command given below. I don't have this problem when I generate WebHelps, because my preprocessing options are set correctly. How can my eager colleagues adapt their command-line arguments to make sure referenced .svg files are copied to the output? Thanks in advance. N From: Matte Olivier Sent: woensdag 4 april 2018 11:07 To: Grundtvig Nielsen Niels Cc: Mahieu Philippe Subject: RE: image in concept_RetryAlgorithm.html not readable 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> o From: Grundtvig Nielsen Niels Sent: Tuesday 3 April 2018 09:27 To: Mahieu Philippe Subject: RE: image in concept_RetryAlgorithm.html not readable You need to set the images pre-processing option shown here ... but I don't know how you access it in your environment. N [cid:image001.png@01D3CC05.0D850300] ********************************************************************************************* 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