chickadee » expat » expat:set-start-handler!

(expat:set-start-handler! PARSER PROCEDURE) procedure

Sets the handler to process start (and empty) tags. PROCEDURE will be called with two arguments: the tag (a string) and a list of pairs, where each pair is of the form (ATTRIBUTENAME . ATTRIBUTEVALUE) (both strings).