21#ifndef OSCAP_SOURCE_XSLT_H
22#define OSCAP_SOURCE_XSLT_H
29#include "common/util.h"
30#include "source/public/oscap_source.h"
44int oscap_source_apply_xslt_path(
struct oscap_source *source,
const char *xsltfile,
const char *outfile,
const char **params,
const char *path_to_xslt);
56char *oscap_source_apply_xslt_path_mem(
struct oscap_source *source,
const char *xsltfile,
const char **params,
const char *path_to_xslt);
General OpenScap functions and types.
Definition oscap_source.c:66