#include <qstring.h>
#include <qdir.h>
#include <qfile.h>
#include <qdragobject.h>
#include <iostream>
#include <string>
#include <libxml/xmlmemory.h>
#include <libxml/debugXML.h>
#include <libxml/HTMLtree.h>
#include <libxml/xmlIO.h>
#include <libxml/xinclude.h>
#include <libxml/catalog.h>
#include <libxslt/xslt.h>
#include <libxslt/xsltInternals.h>
#include <libxslt/transform.h>
#include <libxslt/xsltutils.h>
#include <stdio.h>
#include "xmlTools.h"
#include "../../config.h"
Include dependency graph for xmlTools.cpp:
Go to the source code of this file.
Functions | |
QString | fixXMLString (QString text) |
Fix strings before exporting to XML such that & becomes &, etc... | |
void | transformXMLtoHTML (QString outputPath, QString theme, bool smallWebExport) |
void | updateXML (QString inputPath) |
|
Fix strings before exporting to XML such that & becomes &, etc...
Definition at line 36 of file xmlTools.cpp. Referenced by Album::exportToXML(), Photo::exportToXML(), and Subalbum::exportToXML().
|
|
Definition at line 50 of file xmlTools.cpp. References THEMES_PATH. Referenced by Album::exportCompressedWebAlbum(), and Album::exportToDisk().
|
|
Definition at line 90 of file xmlTools.cpp. References XMLCONVERSION_PATH. Referenced by Album::importFromDisk().
|