pub unsafe fn xsltCompileSort(
style: *mut _xsltStylesheet,
inst: *mut _xmlNode,
) -> *mut _xsltSortExpand description
Compile a sort specification from an xsl:sort instruction node.
§SAFETY
stylemust be a valid_xsltStylesheet.instmust be a validxsl:sortelement node.