ADC Home > Reference Library > Reference > Darwin > Miscellaneous User Space API Reference

 


xslt.h

Includes:

Introduction



Constants


xsltEngineVersion


XSLTPUBVAR const char *xsltEngineVersion;  
Discussion

xsltEngineVersion:

The version string for libxslt.


xsltLibxmlVersion


XSLTPUBVAR const int xsltLibxmlVersion;  
Discussion

xsltLibxmlVersion:

The version of libxml libxslt was compiled against.


xsltLibxsltVersion


XSLTPUBVAR const int xsltLibxsltVersion;  
Discussion

xsltLibxsltVersion:

The version of libxslt compiled.

Globals


xsltMaxDepth


XSLTPUBVAR int xsltMaxDepth;  
Discussion

xsltMaxDepth:

This value is used to detect templates loops.

#defines


XSLT_DEFAULT_URL


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

XSLT_DEFAULT_URL:

The XSLT "vendor" URL for this processor.


XSLT_DEFAULT_VENDOR


#define XSLT_DEFAULT_VENDOR "libxslt" 
Discussion

XSLT_DEFAULT_VENDOR:

The XSLT "vendor" string for this processor.


XSLT_DEFAULT_VERSION


#define XSLT_DEFAULT_VERSION "1.0" 
Discussion

XSLT_DEFAULT_VERSION:

The default version of XSLT supported.


XSLT_NAMESPACE


#define XSLT_NAMESPACE   
Discussion

XSLT_NAMESPACE:

The XSLT specification namespace.


XSLT_PARSE_OPTIONS


#define XSLT_PARSE_OPTIONS \ XML_PARSE_NOENT | XML_PARSE_DTDLOAD | XML_PARSE_DTDATTR | XML_PARSE_NOCDATA 
Discussion

XSLT_PARSE_OPTIONS:

The set of options to pass to an xmlReadxxx when loading files for XSLT consumption.

Last Updated: 2006-06-20