Search the Catalog
DocBook: The Definitive Guide

DocBook: The Definitive Guide

By Norman Walsh & Leonard Muellner
1st Edition October 1999
1-56592-580-7, Order Number: 5807
652 pages, $36.95 , Includes CD-ROM

ProgramListing

Name

ProgramListing -- A literal listing of all or part of a program

Synopsis

Mixed Content Model

ProgramListing ::=
((CO|LineAnnotation|#PCDATA|FootnoteRef|XRef|Abbrev|Acronym|
  Citation|CiteRefEntry|CiteTitle|Emphasis|FirstTerm|
  ForeignPhrase|GlossTerm|Footnote|Phrase|Quote|Trademark|
  WordAsWord|Link|OLink|ULink|Action|Application|ClassName|
  Command|ComputerOutput|Database|Email|EnVar|ErrorCode|ErrorName|
  ErrorType|Filename|Function|GUIButton|GUIIcon|GUILabel|GUIMenu|
  GUIMenuItem|GUISubmenu|Hardware|Interface|InterfaceDefinition|
  KeyCap|KeyCode|KeyCombo|KeySym|Literal|Constant|Markup|
  MediaLabel|MenuChoice|MouseButton|MsgText|Option|Optional|
  Parameter|Prompt|Property|Replaceable|ReturnValue|SGMLTag|
  StructField|StructName|Symbol|SystemItem|Token|Type|UserInput|
  VarName|Anchor|Author|AuthorInitials|CorpAuthor|ModeSpec|
  OtherCredit|ProductName|ProductNumber|RevHistory|Comment|
  Subscript|Superscript|InlineGraphic|InlineMediaObject|
  InlineEquation|Synopsis|CmdSynopsis|FuncSynopsis|IndexTerm)+)

Attributes

Common attributes

Name

Type

Default

WidthNUMBERNone
Format

Enumerated notation:

linespecific

"linespecific"

Tag Minimization

Both the start- and end-tags are required for this element.

Parameter Entities

%admon.mix;%bookcomponent.content;%component.mix;
%divcomponent.mix;%example.mix;%figure.mix;
%footnote.mix;%glossdef.mix;%indexdivcomponent.mix;
%legalnotice.mix;%linespecific.class;%para.mix;
%qandaset.mix;%refcomponent.mix;%sidebar.mix;
%tabentry.mix;%tbl.entry.mdl;%textobject.mix;

Description

A ProgramListing is a verbatim environment for program source or source fragment listings. ProgramListings are often placed in Examples or Figures so that they can be cross-referenced from the text.

Processing Expectations

Formatted as a displayed block. This element is displayed "verbatim"; whitespace and linebreaks within this element are significant. ProgramListings are usually displayed in a fixed width font.

Other markup within a ProgramListing is recognized. Contrast this with systems like LaTeX, in which verbatim environments disable markup recognition. If you want to disable markup recognition, you must use a CDATA section:

<programlisting>
<![CDATA[
This is a programlisting so white       space and line
breaks are significant.  But it is also a CDATA
section so <emphasis>tags</emphasis> and &entities;
are not recognized.  The only markup that is recognized
is the end-of-section marker, which is two
"]"'s in a row followed by a >.
]]>
</programlisting>

Two markup tags have special significance in ProgramListings: CO and LineAnnotation. A CO identifies the location of a Callout. A LineAnnotation is a comment, added by the documentor--not the programmer.

Processing expectations

This element is displayed "verbatim"; whitespace and linebreaks within this element are significant.

(4.0) Future Changes

The InterfaceDefinition element will be discarded in DocBook V4.0. It will no longer be available in the content model of this element.

Attributes

Format

The Format attribute applies the linespecific notation to all ProgramListings. All white space and line breaks must be preserved.

Width

Width specifies the width (in characters) of the longest line in this ProgramListing (formatters may use this value to determine scaling or rotation).

See Also

ComputerOutput, LineAnnotation, LiteralLayout, Screen, ScreenShot, Synopsis, UserInput

Examples

For examples, see Example, InformalExample, ProgramListingCO.

Back to: DocBook: The Definitive Guide


oreilly.com Home | O'Reilly Bookstores | How to Order | O'Reilly Contacts
International | About O'Reilly | Affiliated Companies | Privacy Policy

© 2001, O'Reilly & Associates, Inc.