Eneboo - Documentación para desarrolladores
|
#include "libxslt/libxslt.h"
#include "libexslt/exslt.h"
#include <stdio.h>
#include <libxml/xmlmemory.h>
#include <libxml/debugXML.h>
#include <libxml/HTMLtree.h>
#include <libxml/xmlIO.h>
#include <libxml/parser.h>
#include <libxml/parserInternals.h>
#include <libxml/uri.h>
#include <libxslt/xslt.h>
#include <libxslt/xsltInternals.h>
#include <libxslt/transform.h>
#include <libxslt/xsltutils.h>
#include <libxslt/extensions.h>
#include <libxslt/security.h>
#include <libexslt/exsltconfig.h>
'defines' | |
#define | MAX_PARAMETERS 64 |
#define | MAX_PATHS 64 |
Funciones | |
int | xsltprocMain (int argc, char **argv) |
int | xsltprocMemory (const char *xsltStr, int sizeXslt, const char *xmlStr, int sizeXml, char **out, int *len) |
Variables | |
xmlExternalEntityLoader | defaultEntityLoader = NULL |
int | xmlLoadExtDtdDefaultValue |
#define MAX_PARAMETERS 64 |
#define MAX_PATHS 64 |
int xsltprocMemory | ( | const char * | xsltStr, |
int | sizeXslt, | ||
const char * | xmlStr, | ||
int | sizeXml, | ||
char ** | out, | ||
int * | len | ||
) |
xmlLoadExtDtdDefaultValue:
Global setting, indicate that the parser should load DTD while not validating. Disabled by default.