Skip to main content

execute_content

Function execute_content 

Source
pub unsafe fn execute_content(
    ctxt: *mut _xsltTransformContext,
    content: *mut _xmlNode,
) -> c_int
Expand description

Execute the content of a template (a list of nodes).

§SAFETY

  • All pointers must be valid.