Dear,
I have some problems converting a xml file to a html file.
Purpose: Create a help file for a function.
In Scilab 2024 I got an error about environment variable.
In Scilab 2025 I get an error, which translates into english maybe like this:
buildDoc: Excecution of Java Stack: at org.scilab.modules.helptools.SciDocMain.process(Unknown Source)
I try to use: xmltohtml()
, here is my attemp
DIR = 'myDirectory'
// contains a xml file
xmltohtml(DIR)
From my understanding that should convert all xml files in DIR
into html files. (?)
Question: Is it necessary to build a toolbox before using xmltohtml
.
I did search the xml file for missing tag(s), but didn’t see one.
Attached please find the xml file.
bmp2mat.xml (2.5 KB)
Best Regards,
Philip