2002-08-09 04:16:51 -04:00
|
|
|
#include <libxml/xmlmemory.h>
|
|
|
|
#include <libxml/debugXML.h>
|
|
|
|
#include <libxml/HTMLtree.h>
|
|
|
|
#include <libxml/xmlIO.h>
|
|
|
|
#include <libxslt/xslt.h>
|
|
|
|
#include <libxslt/xsltInternals.h>
|
|
|
|
#include <libxslt/transform.h>
|
|
|
|
#include <libxslt/xsltutils.h>
|
|
|
|
|
|
|
|
|
|
|
|
#include <thread/thread.h>
|
|
|
|
#include <avl/avl.h>
|
|
|
|
#include <httpp/httpp.h>
|
|
|
|
#include <net/sock.h>
|
|
|
|
|
|
|
|
|
|
|
|
#include "connection.h"
|
|
|
|
|
|
|
|
#include "global.h"
|
|
|
|
#include "refbuf.h"
|
|
|
|
#include "client.h"
|
|
|
|
#include "stats.h"
|
|
|
|
|
|
|
|
|
2002-08-09 10:38:42 -04:00
|
|
|
void xslt_transform(xmlDocPtr doc, char *xslfilename, client_t *client);
|
2002-08-09 04:16:51 -04:00
|
|
|
|