4.5.1 start-element-handler

Handler Keyword: #:start-element-handler

Sets handler for start (and empty) tags.

The handler must be defined as follows:

Handler prototype: start-element name attrs

Arguments:

name

Element name.

attrs

A list of element attributes. Each attribute is represented by a cons (‘car’ holds attribute name, ‘cdr’ holds its value).