21 #ifndef OSCAP_SOURCE_XSLT_H
22 #define OSCAP_SOURCE_XSLT_H
29 #include "common/util.h"
30 #include "source/public/oscap_source.h"
char * oscap_source_apply_xslt_path_mem(struct oscap_source *source, const char *xsltfile, const char **params, const char *path_to_xslt)
Apply stylesheet on XML file (represented by oscap_source structure).
Definition: xslt.c:197
General OpenScap functions and types.
int oscap_source_apply_xslt_path(struct oscap_source *source, const char *xsltfile, const char *outfile, const char **params, const char *path_to_xslt)
Apply stylesheet on XML file (represented by oscap_source structure).
Definition: xslt.c:184
Definition: oscap_source.c:62