Skip to main content

xsltCompileSort

Function xsltCompileSort 

Source
pub unsafe fn xsltCompileSort(
    style: *mut _xsltStylesheet,
    inst: *mut _xmlNode,
) -> *mut _xsltSort
Expand description

Compile a sort specification from an xsl:sort instruction node.

§SAFETY

  • style must be a valid _xsltStylesheet.
  • inst must be a valid xsl:sort element node.