Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/libxslt
File: attributes.h
/*
[0] Fix | Delete
* Summary: interface for the XSLT attribute handling
[1] Fix | Delete
* Description: this module handles the specificities of attribute
[2] Fix | Delete
* and attribute groups processing.
[3] Fix | Delete
*
[4] Fix | Delete
* Copy: See Copyright for the status of this software.
[5] Fix | Delete
*
[6] Fix | Delete
* Author: Daniel Veillard
[7] Fix | Delete
*/
[8] Fix | Delete
[9] Fix | Delete
#ifndef __XML_XSLT_ATTRIBUTES_H__
[10] Fix | Delete
#define __XML_XSLT_ATTRIBUTES_H__
[11] Fix | Delete
[12] Fix | Delete
#include <libxml/tree.h>
[13] Fix | Delete
#include "xsltexports.h"
[14] Fix | Delete
[15] Fix | Delete
#ifdef __cplusplus
[16] Fix | Delete
extern "C" {
[17] Fix | Delete
#endif
[18] Fix | Delete
[19] Fix | Delete
XSLTPUBFUN void XSLTCALL
[20] Fix | Delete
xsltParseStylesheetAttributeSet (xsltStylesheetPtr style,
[21] Fix | Delete
xmlNodePtr cur);
[22] Fix | Delete
XSLTPUBFUN void XSLTCALL
[23] Fix | Delete
xsltFreeAttributeSetsHashes (xsltStylesheetPtr style);
[24] Fix | Delete
XSLTPUBFUN void XSLTCALL
[25] Fix | Delete
xsltApplyAttributeSet (xsltTransformContextPtr ctxt,
[26] Fix | Delete
xmlNodePtr node,
[27] Fix | Delete
xmlNodePtr inst,
[28] Fix | Delete
const xmlChar *attributes);
[29] Fix | Delete
XSLTPUBFUN void XSLTCALL
[30] Fix | Delete
xsltResolveStylesheetAttributeSet(xsltStylesheetPtr style);
[31] Fix | Delete
#ifdef __cplusplus
[32] Fix | Delete
}
[33] Fix | Delete
#endif
[34] Fix | Delete
[35] Fix | Delete
#endif /* __XML_XSLT_ATTRIBUTES_H__ */
[36] Fix | Delete
[37] Fix | Delete
[38] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function