Description
XML tree processing can decide which nodes to accept, skip, or transform through a reusable filter class. This module provides a generic XML::NodeFilter abstraction for Perl code. It is useful in parsers, converters, and DOM traversal utilities.