AlbumShaper
1.0a3
|
00001 //============================================== 00002 // copyright : (C) 2003-2005 by Will Stokes 00003 //============================================== 00004 // This program is free software; you can redistribute it 00005 // and/or modify it under the terms of the GNU General 00006 // Public License as published by the Free Software 00007 // Foundation; either version 2 of the License, or 00008 // (at your option) any later version. 00009 //============================================== 00010 00011 #ifndef BACKEND_TOOLS_XMLTOOLS_H 00012 #define BACKEND_TOOLS_XMLTOOLS_H 00013 00014 //-------------------- 00015 //forward declarations 00016 //-------------------- 00017 class QString; 00018 00020 QString fixXMLString( QString text ); 00021 00022 //create html pages using specified xml input source and selected theme 00023 void transformXMLtoHTML( QString outputPath, QString theme, bool smallWebExport ); 00024 00025 //update xml file 00026 void updateXML( QString inputPath ); 00027 00028 #endif //BACKEND_TOOLS_XMLTOOLS_H