The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

xfd_dump - Process an XML document using an EventPath expression and dump the results.

SYNOPSIS

    $ cat xml_file | xfd_dump $event_path_expr
    $ cat xml_file | xfd_dump $expr -
    $ xfd_dump $expr xml_file

DESCRIPTION

ALPHA CODE ALERT: The output format will change as I get time. The name might change to xfdgrep too, or that may be something else.

Runs the input file(s) through XML::Filter::Dispatcher using the provided EventPath expression and dumps the results as Perl data structures.

OPTIONS

--help, -h, -?

Print out full help text.

LIMITATIONS

SEE ALSO

xfd_as_hash.

COPYRIGHT

    Copyright 2002, R. Barrie Slaymaker, Jr., All Rights Reserved

LICENSE

You may use this module under the terms of the BSD, Artistic, or GPL licenses, any version.

AUTHOR

Barrie Slaymaker <barries@slaysys.com>