OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [docbook] Markup for Protocol/Dialogue


> -----Original Message-----
> From: Michael P. Urban [mailto:urban@jord.JPL.NASA.GOV]
> Sent: Wednesday, May 21, 2003 8:01 PM
> To: docbook@lists.oasis-open.org
> 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/


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]