FoXsltTransformer
FoXsltTransformer — libxslt XSLT processor
|
|
Description
Wrapper for libxslt XSLT processor.
Functions
fo_xslt_transformer_version_info ()
const LibfoVersionInfo *
fo_xslt_transformer_version_info (void
);
fo_xslt_transformer_do_transform ()
FoXmlDoc *
fo_xslt_transformer_do_transform (FoXmlDoc *xml_doc
,
FoXmlDoc *stylesheet_doc
,
GError **error
);
Apply stylesheet_doc
to xml_doc
and return the result.
Frees stylesheet_doc
.
Returns
A new result tree that is freed by the caller.
fo_xslt_transformer_error_quark ()
GQuark
fo_xslt_transformer_error_quark (void
);
Get the error quark for FoXsltTransformer.
If the quark does not yet exist, create it.
Returns
GQuark associated with FoXsltTransformer errors.
Types and Values
FO_XSLT_TRANSFORMER_ERROR
#define FO_XSLT_TRANSFORMER_ERROR fo_xslt_transformer_error_quark ()
enum FoXsltTransformerError