http://swpat.ffii.org/Action against software patents http://www.gnome.org/Gnome2 Logo http://www.w3.org/StatusW3C logo http://www.redhat.comRed Hat Logo http://xmlsoft.org/XSLT/Made with Libxslt Logo The XSLT C library for Gnome
Module extra from libxslt
API Menu ../index.htmlMain Menu ../docs.htmlDeveloper Menu index.htmlAPI Menu ../ChangeLog.htmlChangeLog Related links http://mail.gnome.org/archives/xslt/Mail archive http://xmlsoft.org/XML libxml2 ftp://xmlsoft.org/FTP http://www.zlatkovic.com/projects/libxml/Windows binaries http://garypennington.net/libxml2/Solaris binaries http://www.zveno.com/open_source/libxml2xslt.htmlMacOsX binaries http://bugzilla.gnome.org/buglist.cgi?product=libxsltBug Tracker http://www.zend.com/php5/articles/php5-xmlphp.php#Heading17XSLT with PHP http://www.mod-xslt2.com/Apache module http://sourceforge.net/projects/libxml2-pas/Pascal bindings http://xsldbg.sourceforge.net/Xsldbg Debugger API Indexes ../APIchunk0.htmlAlphabetic ../APIconstructors.htmlConstructors ../APIfunctions.htmlFunctions/Types ../APIfiles.htmlModules ../APIsymbols.htmlSymbols libxslt-extensions.htmlPrev libxslt-extensions.htmlextensions index.htmlUp index.htmlAPI documentation ../index.htmlHome ../index.htmlHome libxslt-functions.htmlfunctions libxslt-functions.htmlNext implement some extension outside the XSLT namespace but not EXSLT with is in a different library. 
Table of Contents
#define #XSLT_LIBXSLT_NAMESPACEXSLT_LIBXSLT_NAMESPACE #define #XSLT_NORM_SAXON_NAMESPACEXSLT_NORM_SAXON_NAMESPACE #define #XSLT_SAXON_NAMESPACEXSLT_SAXON_NAMESPACE #define #XSLT_XALAN_NAMESPACEXSLT_XALAN_NAMESPACE #define #XSLT_XT_NAMESPACEXSLT_XT_NAMESPACE void	#xsltDebugxsltDebug 			( libxslt-xsltInternals.html#xsltTransformContextPtrxsltTransformContextPtr  ctxt, 					 xmlNodePtr node, 					 xmlNodePtr inst, 					 libxslt-xsltInternals.html#xsltStylePreCompPtrxsltStylePreCompPtr  comp)void	#xsltFunctionNodeSetxsltFunctionNodeSet 		(xmlXPathParserContextPtr ctxt, 					 int nargs)void	#xsltRegisterAllExtrasxsltRegisterAllExtras 		(void)void	#xsltRegisterExtrasxsltRegisterExtras 		( libxslt-xsltInternals.html#xsltTransformContextPtrxsltTransformContextPtr  ctxt)Description
Macro: XSLT_LIBXSLT_NAMESPACE
#define XSLT_LIBXSLT_NAMESPACEThis is the libxslt namespace for specific extensions.
Macro: XSLT_NORM_SAXON_NAMESPACE
#define XSLT_NORM_SAXON_NAMESPACEThis is Norm's namespace for SAXON extensions.
Macro: XSLT_SAXON_NAMESPACE
#define XSLT_SAXON_NAMESPACEThis is Michael Kay's Saxon processor namespace for extensions.
Macro: XSLT_XALAN_NAMESPACE
#define XSLT_XALAN_NAMESPACEThis is the Apache project XALAN processor namespace for extensions.
Macro: XSLT_XT_NAMESPACE
#define XSLT_XT_NAMESPACEThis is James Clark's XT processor namespace for extensions.
Function: xsltDebug
void	xsltDebug			( libxslt-xsltInternals.html#xsltTransformContextPtrxsltTransformContextPtr  ctxt, 					 xmlNodePtr node, 					 xmlNodePtr inst, 					 libxslt-xsltInternals.html#xsltStylePreCompPtrxsltStylePreCompPtr  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		( libxslt-xsltInternals.html#xsltTransformContextPtrxsltTransformContextPtr  ctxt)Registers the built-in extensions. This function is deprecated, use libxslt-extra.html#xsltRegisterAllExtrasxsltRegisterAllExtras  instead.
ctxt: a XSLT process context ../bugs.htmlDaniel Veillard 
