xslt

Name

xslt -- 

Synopsis



#define     XSLT_DEFAULT_VERSION
#define     XSLT_DEFAULT_VENDOR
#define     XSLT_DEFAULT_URL
#define     XSLT_NAMESPACE
#define     LIBXSLT_PUBLIC
void        xsltCleanupGlobals              (void);

Description

Details

XSLT_DEFAULT_VERSION

#define XSLT_DEFAULT_VERSION     "1.0"

The default version of XSLT supported


XSLT_DEFAULT_VENDOR

#define XSLT_DEFAULT_VENDOR      "libxslt"

The XSLT "vendor" string for this processor


XSLT_DEFAULT_URL

#define XSLT_DEFAULT_URL         "http://xmlsoft.org/XSLT/"

The XSLT "vendor" URL for this processor


XSLT_NAMESPACE

#define XSLT_NAMESPACE ((xmlChar *) "http://www.w3.org/1999/XSL/Transform")

The XSLT specification namespace


LIBXSLT_PUBLIC

#define     LIBXSLT_PUBLIC

This macro is needed on Win32 when using MSVC. It enables the client code to access exported variables. It should expand to nothing when compiling this library itself, but must expand to __declspec(dllimport) when a client includes the library header and that only if it links dynamically against this library.


xsltCleanupGlobals ()

void        xsltCleanupGlobals              (void);

Unregister all global variables set up by the XSLT library