The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

dtatw-splice.perl - splice generic standoff data into base XML files

SYNOPSIS

dtatw-splice.perl [OPTIONS] BASE_XML_FILE STANDOFF_XML_FILE

General Options:
 -help                  # this help message
 -verbose LEVEL         # set verbosity level (FATAL,ERROR,WARN,INFO,DEBUG,TRACE); default=INFO
 -quiet                 # be silent

I/O Options:
 -blanks , -noblanks    # don't/do keep 'ignorable' whitespace in standoff file (default=ignored)
 -text   , -notext      # do/don't splice in standoff text data (default=do)
 -ignore-attrs LIST     # comma-separated list of standoff attributes to ignore (default=none)
 -ignore-elts LIST      # comma-separated list of standoff content elements to ignore (default=none)
 -wrap-content ELT	 # element in which to wrap original base file content for spliced items (default=empty:none)
 -output FILE           # specify output file (default='-' (STDOUT))

OPTIONS AND ARGUMENTS

Not yet written.

DESCRIPTION

Splice generic standoff data into base XML files.

SEE ALSO

dtatw-add-c.perl(1), dta-tokwrap.perl(1), dtatw-add-ws.perl(1), dtatw-rm-c.perl(1), ...

AUTHOR

Bryan Jurish <moocow@cpan.org>