Important Notes
- For clarity, the listings below show a space between the command and parameters (if any). This space must not be used in actual command lines.
- In a command line, it is posssible to specify combinations of Lexxia document processors.
It is important to understand that there are two types of document processors:
- Normal (Type N)
- The processor processes a document passed to it. It typically has the side effect of writing to an output file, and it does not change the document, which is therefore available for subsequent (downstream) processors;
- Mutator (Type M)
- The processor either modifies the document passed to it, or makes a totally different document available to downstream processors. The processor does not produce output. If output is required, it should be followed by an ''-O'' or ''-o'' command.