pub unsafe fn xsltSortNodeSet(
ctxt: *mut _xsltTransformContext,
nodes: *mut _xmlNodeSet,
sorts: *mut _xsltSort,
)Expand description
Sort a node-set according to the sort specifications.
nodes is the node-set to sort (modified in place).
sorts is a linked list of sort specifications (first = primary key).
ยงSAFETY
ctxtmust be a valid_xsltTransformContext.nodesmust be a valid_xmlNodeSet.sortsmust be a valid linked list of_xsltSort.