Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added notes about not-yet-implemented features.

...

Parse a file, using either a DFDL schema or a saved parser.

Usage

Note that the -P or --parser feature is not yet implemented (April 2013)

daffodil parse (-s <schema> [-r <root> [-n <namespace>]] [-p <path>] | -P <parser>) [-D<variable>=<value>...] [-o <output>] [<infile>]

...

Unparse an infoset file, using either a DFDL schema or a saved parser.

Usage

Note that the Unparse subcommand is not currently implemented (April 2013).

daffodil unparse (-s <schema> [-r <root> [-n <namespace>]] [-p <path>] | -P <parser>) [-D<variable>=<value>...] [-o <output>] [<infile>]

...

Create a save a parser that can be reused for parsing and unparsing.

Usage

Note that the save-parser command is not currently implemented (April 2013).

daffodil save-parser -s <schema> [-r <root> [-n <namespace>]] [-p <path>] [-o <output>] [<infile>]

...