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
LIMITATIONS
SEE ALSO
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>