attributes

Name

attributes -- 

Synopsis



void        xsltParseStylesheetAttributeSet (xsltStylesheetPtr style,
                                             xmlNodePtr cur);
void        xsltFreeAttributeSetsHashes     (xsltStylesheetPtr style);
void        xsltApplyAttributeSet           (xsltTransformContextPtr ctxt,
                                             xmlNodePtr node,
                                             xmlNodePtr inst,
                                             xmlChar *attributes);
void        xsltResolveStylesheetAttributeSet
                                            (xsltStylesheetPtr style);

Description

Details

xsltParseStylesheetAttributeSet ()

void        xsltParseStylesheetAttributeSet (xsltStylesheetPtr style,
                                             xmlNodePtr cur);

parse an XSLT stylesheet preserve-space element and record elements needing preserving


xsltFreeAttributeSetsHashes ()

void        xsltFreeAttributeSetsHashes     (xsltStylesheetPtr style);

Free up the memory used by attribute sets


xsltApplyAttributeSet ()

void        xsltApplyAttributeSet           (xsltTransformContextPtr ctxt,
                                             xmlNodePtr node,
                                             xmlNodePtr inst,
                                             xmlChar *attributes);

Apply the xsl:use-attribute-sets


xsltResolveStylesheetAttributeSet ()

void        xsltResolveStylesheetAttributeSet
                                            (xsltStylesheetPtr style);

resolve the references between attribute sets.