<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt'>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">Thanks for the answers and the hints, I have finally managed to do what I wanted using xmltojar and add_help_chapter.<br /> <br /> The xml file generated with help_from_sci seems to have some quirk, is there a reference page concerning the xml that should be produced? The main reference I have found is <a href="https://help.scilab.org/docs/6.0.0/fr_FR/man.html">this page</a> but I don't know if it is still up to date.<br /> <br /> Besides, I am thinking about extending the features of the routine so that is supports some flavour of markdown (or similar stuff like <a href="https://fr.mathworks.com/help/matlab/matlab_prog/marking-up-matlab-comments-for-publishing.html">Matlab's publishing features</a>).</div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">Has there already been some reflection in that direction?</div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">Regards,</div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">Pierre<br /> <br /> Le 10.05.2017 12:33, <a href="mailto:sgougeon@free.fr">sgougeon@free.fr</a> a écrit :
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">Hello,<br /> <br />
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">De: "Clément David"<br /> <br /> Hello Pierre,<br /> <br /> Currently the easiest way is to put the resulting xml file as an exemple of an empty toolbox and<br /> build/load this toolbox to check for the rendering.<br /> <br /> HTML files can also be used as an easy content to check using a standard web browser (eg. without<br /> loading the toolbox). See xmltoweb() to generate it.<br /> <br /> AFAIK Samuel usually commit updated help files using the pdf format produced by xmltopdf(). As this<br /> PDF backend is not the main one, I tend to prefer the HTML ones but PDF might be a good alternative.</blockquote>
<br /> AFAIRemember, xmltopdf() has some issue, so i use now PDF Creator<br /> applied the HTML.<br /> To illustrate the whole page setting and rendering, PDF does not need<br /> to be zipped,<br /> whereas HTML needs it to include css dependencies etc.<br /> <br /> Anyway, the rendering of the HTML (zipped in the .jar) through the<br /> Scilab helpbrowser<br /> is limited wrt the true HTML as it appears in web browsers: Many<br /> attributes or style<br /> values are well built but are not rendered... But this is another thread.<br /> <br /> Regards<br /> Samuel<br /> <br /> <br /> _______________________________________________<br /> dev mailing list<br /> <a href="mailto:dev@lists.scilab.org">dev@lists.scilab.org</a><br /> <a href="http://lists.scilab.org/mailman/listinfo/dev" target="_blank" rel="noreferrer">http://lists.scilab.org/mailman/listinfo/dev</a></blockquote>
</div>
</body></html>