1.1 --- a/exportxhtmldialog.ui.h Tue Mar 14 14:27:04 2006 +0000
1.2 +++ b/exportxhtmldialog.ui.h Mon Mar 27 20:21:58 2006 +0000
1.3 @@ -22,7 +22,7 @@
1.4 void ExportXHTMLDialog::readSettings()
1.5 {
1.6
1.7 - dir=settings.readLocalEntry (filepath,"/vym/export/xhtml/exportDir","./" );
1.8 + dir=settings.readLocalEntry (filepath,"/vym/export/xhtml/exportDir",vymBaseDir.current().path() );
1.9 lineEditDir->setText(dir);
1.10
1.11 if ( settings.readLocalEntry (filepath,"/vym/export/xhtml/useImage","yes")=="yes")
1.12 @@ -331,6 +331,8 @@
1.13
1.14 p.setOutputFile (dir+mapname+".html");
1.15 p.setInputFile (dir+mapname+".xml");
1.16 + p.setXSLFile (xsl);
1.17 + cout << "bdp="<<vymBaseDir.path()<<" xsl="<<xsl<<endl;
1.18 p.process();
1.19
1.20 if (!postscript.isEmpty()) runScript (postscript,dir+mapname+".html");