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:189
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:202