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

NAME

recs-fromxml

recs-fromxml --help-all

 Usage: recs-fromxml <args> [<URIs>]
    Reads either from STDIN or from the specified URIs. Parses the xml documents, and creates records for the specified elements
 
    --elements <elements>        May be comma separated, may be specified multiple times. Sets the elements to print records for
    --nested                     search for elements at all levels of the xml document
    --filename-key|fk <keyspec>  Add a key with the source filename (if no filename is applicable will put NONE)
 
   Help Options:
       --help  This help screen
 
 Examples:
    Create records for the bar element at the top level of myXMLDoc
       recs-fromxml --element bar file:myXMLDoc
    Create records for all foo and bar elements from the URL
       recs-fromxml --element foo,bar --nested http://google.com

See Also

RecordStream(3) - Overview of the scripts and the system
recs-examples(3) - A set of simple recs examples
recs-story(3) - A humorous introduction to RecordStream
SCRIPT --help - every script has a --help option, like the output above