hello Hussein, > > I am trying to create a customized menu entry in XMLmind. So far, > > I managed to add the entry, but when I select "convert to my > > HTML" I always start with a default directory. Is it a feature? > > I'm not sure to understand "I always start with a default directory".
I meant "the first time I start XMLmind and I want to save the output, the first directory I see is always my Document dir". After a bit of thought, I understood that the last directory used in a previous invocation of the program is not saved, so of course the program starts with the one in the options. > In your menu item "Convert to my HTML ...", command > "docb.convertToHTML" is invoked with parameter='" " 0'. > > But in command "docb.convertToHTML", these parameters are never > referenced (%0, %1 or %*). Therefore it is useless to have a > parameter='" " 0' in your menu item "Convert to my HTML ...". You can > remove it. Actually I modified my file, and now one parameter is used (it is the name of the css file I want to use): <command name="docb.toHTML" parameter='%0 "%_"' /> [...] <item label="citazioni"> command "docb.convertToHTML" parameter='cit.css'/> Let's say that I am slowly learning... A question unrelated to XMLmind: which is in your opinion the best book to learn about XSLT transformations? I still have to tweak my output, and changing the parameters is not enough. -- ciao, .mau.

