chickadee » expat » expat:set-processing-instruction-handler!

expat:set-processing-instruction-handler! PARSER PROCEDUREprocedure

Sets the handler to for processing insructions. PROCEDURE will be called with two arguments: target and data (both strings). The target is the first word in the processing instruction. The data is the rest of the characters in it after skipping all whitespace after the initial word.