Description
XML parsers can use recursive-descent callbacks to handle nested document structures. This module gives Perl code a parsing style that descends through elements and reacts to document shape. It is a developer library for custom XML readers and converters.