|
Mac Dev Center
Mac OS X Reference Library Cross Platform: Open Source Miscellaneous User Space API Reference
|
xslt.h |
| Includes: |
xsltEngineVersion |
XSLTPUBVAR const char *xsltEngineVersion;
xsltEngineVersion:
The version string for libxslt.
xsltLibxmlVersion |
XSLTPUBVAR const int xsltLibxmlVersion;
xsltLibxmlVersion:
The version of libxml libxslt was compiled against.
xsltLibxsltVersion |
XSLTPUBVAR const int xsltLibxsltVersion;
xsltLibxsltVersion:
The version of libxslt compiled.
xsltMaxDepth |
XSLTPUBVAR int xsltMaxDepth;
xsltMaxDepth:
This value is used to detect templates loops.
XSLT_DEFAULT_URL |
#define XSLT_DEFAULT_URL "http://xmlsoft.org/XSLT/"
XSLT_DEFAULT_URL:
The XSLT "vendor" URL for this processor.
XSLT_DEFAULT_VENDOR |
#define XSLT_DEFAULT_VENDOR "libxslt"
XSLT_DEFAULT_VENDOR:
The XSLT "vendor" string for this processor.
XSLT_DEFAULT_VERSION |
#define XSLT_DEFAULT_VERSION "1.0"
XSLT_DEFAULT_VERSION:
The default version of XSLT supported.
XSLT_NAMESPACE |
#define XSLT_NAMESPACE
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
XSLT_PARSE_OPTIONS:
The set of options to pass to an xmlReadxxx when loading files for
XSLT consumption.
Last Updated: 2006-06-20