* Summary: interface for the XSLT attribute handling
* Description: this module handles the specificities of attribute
* and attribute groups processing.
* Copy: See Copyright for the status of this software.
* Author: Daniel Veillard
#ifndef __XML_XSLT_ATTRIBUTES_H__
#define __XML_XSLT_ATTRIBUTES_H__
xsltParseStylesheetAttributeSet (xsltStylesheetPtr style,
xsltFreeAttributeSetsHashes (xsltStylesheetPtr style);
xsltApplyAttributeSet (xsltTransformContextPtr ctxt,
const xmlChar *attributes);
xsltResolveStylesheetAttributeSet(xsltStylesheetPtr style);
#endif /* __XML_XSLT_ATTRIBUTES_H__ */