http://swpat.ffii.org/
Action against software patents
http://www.gnome.org/
Gnome2 Logo
http://www.w3.org/Status
W3C logo
http://www.redhat.com
Red Hat Logo
http://xmlsoft.org/XSLT/
Made with Libxslt Logo
The XSLT C library for Gnome
Module attributes from libxslt
API Menu
../index.html
Main Menu
../docs.html
Developer Menu
index.html
API Menu
../ChangeLog.html
ChangeLog
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.html
MacOsX binaries
http://bugzilla.gnome.org/buglist.cgi?product=libxslt
Bug Tracker
http://www.zend.com/php5/articles/php5-xmlphp.php#Heading17
XSLT 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.html
Alphabetic
../APIconstructors.html
Constructors
../APIfunctions.html
Functions/Types
../APIfiles.html
Modules
../APIsymbols.html
Symbols
index.html
Up
index.html
API documentation
../index.html
Home
../index.html
Home
libxslt-documents.html
documents
libxslt-documents.html
Next
this module handles the specificities of attribute and attribute groups processing.
Table of Contents
void
#xsltApplyAttributeSet
xsltApplyAttributeSet
(
libxslt-xsltInternals.html#xsltTransformContextPtr
xsltTransformContextPtr
ctxt,
xmlNodePtr node,
xmlNodePtr inst,
const xmlChar * attributes)
void
#xsltFreeAttributeSetsHashes
xsltFreeAttributeSetsHashes
(
libxslt-xsltInternals.html#xsltStylesheetPtr
xsltStylesheetPtr
style)
void
#xsltParseStylesheetAttributeSet
xsltParseStylesheetAttributeSet
(
libxslt-xsltInternals.html#xsltStylesheetPtr
xsltStylesheetPtr
style,
xmlNodePtr cur)
void
#xsltResolveStylesheetAttributeSet
xsltResolveStylesheetAttributeSet
(
libxslt-xsltInternals.html#xsltStylesheetPtr
xsltStylesheetPtr
style)
Description
Function: xsltApplyAttributeSet
void	xsltApplyAttributeSet		(
libxslt-xsltInternals.html#xsltTransformContextPtr
xsltTransformContextPtr
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#xsltStylesheetPtr
xsltStylesheetPtr
style)
Free up the memory used by attribute sets
style
:
an XSLT stylesheet
Function: xsltParseStylesheetAttributeSet
void	xsltParseStylesheetAttributeSet	(
libxslt-xsltInternals.html#xsltStylesheetPtr
xsltStylesheetPtr
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#xsltStylesheetPtr
xsltStylesheetPtr
style)
resolve the references between attribute sets.
style
:
the XSLT stylesheet
../bugs.html
Daniel Veillard
