kdoctools
xslt.h
00001 #ifndef _MEIN_XSLT_H_ 00002 #define _MEIN_XSLT_H_ 00003 00004 #include <libxml/parser.h> 00005 #include <tqvaluevector.h> 00006 00007 TQString transform(const TQString &file, const TQString& stylesheet, 00008 const TQValueVector<const char *> ¶ms = TQValueVector<const char *>()); 00009 TQString splitOut(const TQString &parsed, int index); 00010 void fillInstance(TDEInstance &ins, const TQString &srcdir = TQString::null ); 00011 bool saveToCache( const TQString &contents, const TQString &filename ); 00012 TQString lookForCache( const TQString &filename ); 00013 TQCString fromUnicode( const TQString &data ); 00014 void replaceCharsetHeader( TQString &output ); 00015 00016 extern bool warnings_exist; 00017 extern TQString *SRCDIR; 00018 00023 bool compareTimeStamps( const TQString &older, const TQString &newer ); 00024 #endif