chickadee » sxpath » sxml:list-head

sxml:list-head list nprocedure

Returns the n first members of list. Mostly equivalent to SRFI-1's take procedure, except it returns the list if n is larger than the length of said list, instead of throwing an error.