DocBook 5.1: The Definitive Guide  (Version 1.5.3 for DocBook 5.1)

V5.1 Assemblyoutput

output — Specify an output format and/or file name and/or renderas.

Synopsis

output ::=

  • empty

Attributes

Common attributes.

Additional attributes:

  • chunk (enumeration) [default=“auto”]
    • “true”
    • “false”
    • “auto”
  • file (anyURI)
  • grammar
  • renderas (QName)
  • suppress (boolean)
  • transform (NMTOKEN)

Description

The output element specifies a set of options to be used when rendering the module or structure in which it occurs.

Processing expectations

Never rendered.

Attributes

Common attributes.

chunk

Specifies chunking for this module

Enumerated values:
“true”

This module will be in a chunk

“false”

This module will not be in a chunk

“auto”

Chunking of this module depends on the overall chunking algorithm

file

Specifies the output file for this module or structure

grammar

Identifies the markup grammar of a resource

renderas

Specifies the DocBook element to which this unit should be renamed

suppress

Indicates whether or not this unit should be suppressed

transform

Specifies the transformation that should be applied to this unit

Parents

These elements contain output: module, structure.

Examples

FIXME: TBD.