/usr/share/doc/libxslt-devel/html
NameSizeModeActions
book1.html68210644editdlrm
home.png6540644editdlrm
index.html68210644editdlrm
left.png4590644editdlrm
libxslt-attributes.html93560644editdlrm
libxslt-documents.html164470644editdlrm
libxslt-extensions.html496180644editdlrm
libxslt-extra.html101790644editdlrm
libxslt-functions.html140300644editdlrm
libxslt-imports.html128460644editdlrm
libxslt-keys.html112610644editdlrm
libxslt-lib.html68210644editdlrm
libxslt-namespaces.html156210644editdlrm
libxslt-numbersInternals.html77120644editdlrm
libxslt-pattern.html167060644editdlrm
libxslt-preproc.html87310644editdlrm
libxslt-security.html201510644editdlrm
libxslt-templates.html208950644editdlrm
libxslt-transform.html513230644editdlrm
libxslt-variables.html231580644editdlrm
libxslt-xslt.html77900644editdlrm
libxslt-xsltexports.html67350644editdlrm
libxslt-xsltInternals.html1097310644editdlrm
libxslt-xsltlocale.html114310644editdlrm
libxslt-xsltutils.html507800644editdlrm
right.png4720644editdlrm
up.png4060644editdlrm
Edit: /usr/share/doc/libxslt-devel/html/libxslt-extra.html (10179B)
Module extra from libxslt
Action against software patentsGNOME2 LogoW3C logoRed Hat Logo
Made with Libxslt Logo

The XSLT C library for GNOME

Module extra from libxslt

API Menu
Related links
API Indexes

implement some extension outside the XSLT namespace but not EXSLT with is in a different library.

Table of Contents

#define XSLT_LIBXSLT_NAMESPACE
#define XSLT_SAXON_NAMESPACE
#define XSLT_XALAN_NAMESPACE
#define XSLT_XT_NAMESPACE
void	xsltDebug			(xsltTransformContextPtr ctxt, 
xmlNodePtr node,
xmlNodePtr inst,
xsltStylePreCompPtr comp)
void	xsltFunctionNodeSet		(xmlXPathParserContextPtr ctxt, 
int nargs)
void	xsltRegisterAllExtras		(void)
void	xsltRegisterExtras		(xsltTransformContextPtr ctxt)

Description

Macro: XSLT_LIBXSLT_NAMESPACE

#define XSLT_LIBXSLT_NAMESPACE

This is the libxslt namespace for specific extensions.

Macro: XSLT_SAXON_NAMESPACE

#define XSLT_SAXON_NAMESPACE

This is Michael Kay's Saxon processor namespace for extensions.

Macro: XSLT_XALAN_NAMESPACE

#define XSLT_XALAN_NAMESPACE

This is the Apache project XALAN processor namespace for extensions.

Macro: XSLT_XT_NAMESPACE

#define XSLT_XT_NAMESPACE

This is James Clark's XT processor namespace for extensions.

Function: xsltDebug

void	xsltDebug			(xsltTransformContextPtr ctxt, 
xmlNodePtr node,
xmlNodePtr inst,
xsltStylePreCompPtr comp)

Process an debug node

ctxt:an XSLT processing context
node:The current node
inst:the instruction in the stylesheet
comp:precomputed informations

Function: xsltFunctionNodeSet

void	xsltFunctionNodeSet		(xmlXPathParserContextPtr ctxt, 
int nargs)

Implement the node-set() XSLT function node-set node-set(result-tree) This function is available in libxslt, saxon or xt namespace.

ctxt:the XPath Parser context
nargs:the number of arguments

Function: xsltRegisterAllExtras

void	xsltRegisterAllExtras		(void)

Registers the built-in extensions

Function: xsltRegisterExtras

void	xsltRegisterExtras		(xsltTransformContextPtr ctxt)

Registers the built-in extensions. This function is deprecated, use xsltRegisterAllExtras instead.

ctxt:a XSLT process context

Daniel Veillard