Package: xpath
Function map-node-set->list
Lambda Listmap-node-set->list (func node-set) Arguments
Return Valuea list Details Calls func for each node in node-set and conses up a list of its return values The operation is performed lazily, i.e. if it's terminated via a non-local exit it doesn't necessarily cause the XPath engine to find out all nodes in the node-set internally. | See also |