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 attributes 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 index.htmlUp index.htmlAPI documentation ../index.htmlHome ../index.htmlHome libxslt-documents.htmldocuments libxslt-documents.htmlNext this module handles the specificities of attribute and attribute groups processing. 
Table of Contents
void	#xsltApplyAttributeSetxsltApplyAttributeSet 		( libxslt-xsltInternals.html#xsltTransformContextPtrxsltTransformContextPtr  ctxt, 					 xmlNodePtr node, 					 xmlNodePtr inst, 					 const xmlChar * attributes)void	#xsltFreeAttributeSetsHashesxsltFreeAttributeSetsHashes 	( libxslt-xsltInternals.html#xsltStylesheetPtrxsltStylesheetPtr  style)void	#xsltParseStylesheetAttributeSetxsltParseStylesheetAttributeSet 	( libxslt-xsltInternals.html#xsltStylesheetPtrxsltStylesheetPtr  style, 					 xmlNodePtr cur)void	#xsltResolveStylesheetAttributeSetxsltResolveStylesheetAttributeSet 	( libxslt-xsltInternals.html#xsltStylesheetPtrxsltStylesheetPtr  style)Description
Function: xsltApplyAttributeSet
void	xsltApplyAttributeSet		( libxslt-xsltInternals.html#xsltTransformContextPtrxsltTransformContextPtr  ctxt, 					 xmlNodePtr node, 					 xmlNodePtr inst, 					 const xmlChar * attributes)Apply the xsl:use-attribute-sets
ctxt: the XSLT stylesheet node: the node in the source tree. inst: the xslt attribute node attributes: the set list. Function: xsltFreeAttributeSetsHashes
void	xsltFreeAttributeSetsHashes	( libxslt-xsltInternals.html#xsltStylesheetPtrxsltStylesheetPtr  style)Free up the memory used by attribute sets
style: an XSLT stylesheet Function: xsltParseStylesheetAttributeSet
void	xsltParseStylesheetAttributeSet	( libxslt-xsltInternals.html#xsltStylesheetPtrxsltStylesheetPtr  style, 					 xmlNodePtr cur)parse an XSLT stylesheet attribute-set element
style: the XSLT stylesheet cur: the "attribute-set" element Function: xsltResolveStylesheetAttributeSet
void	xsltResolveStylesheetAttributeSet	( libxslt-xsltInternals.html#xsltStylesheetPtrxsltStylesheetPtr  style)resolve the references between attribute sets.
style: the XSLT stylesheet ../bugs.htmlDaniel Veillard 
