$Revision: 1.3 $
$Date: 2002/06/12 11:18:07 $
computeroutput — Data, generally text, displayed or presented by a computer
computeroutput ::= (#PCDATA|link|ulink|command|computeroutput|email|filename|literal| option|replaceable|systemitem|userinput|inlinemediaobject)*
Common attributes
Name | Type | Default | ||
moreinfo | Enumeration:
| "none" |
ComputerOutput identifies lines of text generated by a computer program (messages, results, or other output).
Note that ComputerOutput is not a verbatim environment, but an inline.
Formatted inline. The MoreInfo attribute can help generate a link or query to retrieve additional information. It’s often presented in a fixed width font.
These elements contain computeroutput: attribution, bibliomisc, citetitle, command, computeroutput, emphasis, entry, lineannotation, link, literal, literallayout, para, phrase, programlisting, quote, subtitle, term, title, titleabbrev, trademark, ulink, userinput.
The following elements occur in computeroutput: command, computeroutput, email, filename, inlinemediaobject, link, literal, option, replaceable, systemitem, ulink, userinput.
If MoreInfo is set to RefEntry, it implies that a RefEntry exists which further describes the ComputerOutput.
filename, lineannotation, literal, literallayout, option, programlisting, replaceable, systemitem, userinput.
<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> <para> The output from the date command, <computeroutput>Sun Nov 16, 1997 21:03:29</computeroutput>, uses fixed-width fields so that it can easily be parsed. </para>
The output from the date command, Sun Nov 16, 1997 21:03:29, uses fixed-width fields so that it can easily be parsed.