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 preproc 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-pattern.htmlPrev libxslt-pattern.htmlpattern index.htmlUp index.htmlAPI documentation ../index.htmlHome ../index.htmlHome libxslt-security.htmlsecurity libxslt-security.htmlNext this is the compilation phase, where most of the stylesheet is "compiled" into faster to use data. 
Table of Contents
libxslt-xsltInternals.html#xsltElemPreCompPtrxsltElemPreCompPtr 	#xsltDocumentCompxsltDocumentComp 	( libxslt-xsltInternals.html#xsltStylesheetPtrxsltStylesheetPtr  style, 						 xmlNodePtr inst, 						 libxslt-xsltInternals.html#xsltTransformFunctionxsltTransformFunction  function)void	#xsltFreeStylePreCompsxsltFreeStylePreComps 		( libxslt-xsltInternals.html#xsltStylesheetPtrxsltStylesheetPtr  style)void	#xsltStylePreComputexsltStylePreCompute 		( libxslt-xsltInternals.html#xsltStylesheetPtrxsltStylesheetPtr  style, 					 xmlNodePtr inst)Description
Function: xsltDocumentComp
libxslt-xsltInternals.html#xsltElemPreCompPtrxsltElemPreCompPtr 	xsltDocumentComp	( libxslt-xsltInternals.html#xsltStylesheetPtrxsltStylesheetPtr  style, 						 xmlNodePtr inst, 						 libxslt-xsltInternals.html#xsltTransformFunctionxsltTransformFunction  function)Pre process an XSLT-1.1 document element
style: the XSLT stylesheet inst: the instruction in the stylesheet function: unused Returns: a precompiled data structure for the element Function: xsltFreeStylePreComps
void	xsltFreeStylePreComps		( libxslt-xsltInternals.html#xsltStylesheetPtrxsltStylesheetPtr  style)Free up the memory allocated by all precomputed blocks
style: an XSLT transformation context Function: xsltStylePreCompute
void	xsltStylePreCompute		( libxslt-xsltInternals.html#xsltStylesheetPtrxsltStylesheetPtr  style, 					 xmlNodePtr inst)Precompute an XSLT stylesheet element
style: the XSLT stylesheet inst: the instruction in the stylesheet ../bugs.htmlDaniel Veillard 
