Hi together! At the moment we use XML-Mind 3.0p1 Professional to edit our docbook sources and create then the pdf on command line (using Saxon and RenderX 4.4). I would like to integrate this process in XMLmind environment but don't know how. On a windows command line I use the command
java -Xms8m -Xmx1344m com.icl.saxon.StyleSheet complete.xml ..\..\..\stylesheet\custom_book_fo.xsl current.docid="doc.complete" target.database.document="olinkdb.xml" > complete.fo to create the FO-file. Also it would be nice to make an extra button for creating the complete.target.db file for the xml-file (Command: java -Xms8m -Xmx1344m com.icl.saxon.StyleSheet complete.xml ..\..\..\stylesheet\custom_book_fo.xsl targets.filename=complete.target.db collect.xref.targets="only"). Is it possible to modify XMLmind to do this? I already tried to modify the xslMenu.incl file for this but didn't got it to work. cu Martin

