RE: [docbook] Markup for Protocol/Dialogue

From
Gisbert Amm <>
Date
2003-05-23T09:00:21+00:00
ID
Thread
RE: [docbook] Markup for Protocol/Dialogue
> -----Original Message-----
> From: Michael P. Urban [mailto:]
> Sent: Wednesday, May 21, 2003 8:01 PM
> To: 
> Subject: [docbook] Markup for Protocol/Dialogue
> 
> 
> What is the right markup to use for a dialogue like:
> 
> Server: HERE
> Client: HELO I am here
> Server: OK I am here
> Client: QUIT
> Server: BYE
> 
Something like that?:

<screen>
  <systemitem class="systemname">Server</systemitem>:
<computeroutput><command>HERE</command></computeroutput>
  <systemitem class="systemname">Client</systemitem>:
<computeroutput><command>HELO</command><replaceable> I am
here</replaceable></computeroutput>
  <systemitem class="systemname">Server</systemitem>:
<computeroutput><command>OK</command><replaceable> I am
here</replaceable></computeroutput>
  <systemitem class="systemname">Client</systemitem>:
<computeroutput><command>QUIT</command></computeroutput>
  <systemitem class="systemname">Server</systemitem>:
<computeroutput><command>BYE</command></computeroutput>
</screen>

Regards
Gisbert Amm
http://web.de/