[BACK]Return to communication-model.tex CVS log [TXT][DIR] Up to [local] / OpenXM / doc / OpenXM-specs

Diff for /OpenXM/doc/OpenXM-specs/communication-model.tex between version 1.7 and 1.8

version 1.7, 2000/09/09 16:32:26 version 1.8, 2000/09/09 21:59:13
Line 1 
Line 1 
 %% $OpenXM: OpenXM/doc/OpenXM-specs/communication-model.tex,v 1.6 2000/01/24 02:48:24 noro Exp $  %% $OpenXM: OpenXM/doc/OpenXM-specs/communication-model.tex,v 1.7 2000/09/09 16:32:26 takayama Exp $
 //&jp \section{ OpenXM の通信モデル}  //&jp \section{ OpenXM の通信モデル}
 //&eg \section{ Communication model of OpenXM}  //&eg \section{ Communication model of OpenXM}
   
Line 116  Here we introduce OXexpression and SMexpression 
Line 116  Here we introduce OXexpression and SMexpression 
 to express OX messages and SM objects respectively.  to express OX messages and SM objects respectively.
 */  */
   
   //&jp  \subsubsection{ OX メッセージの表現法 (Lisp 風) }
   //&eg  \subsubsection{ Expressions of OX messages (Lisp like) }
 /*&C  /*&C
 \begin{eqnarray*}  \begin{eqnarray*}
 \mbox{OXexpression}  \mbox{OXexpression}
Line 185  a 32 bit (4 bytes) integer with the network byte order
Line 187  a 32 bit (4 bytes) integer with the network byte order
 /*&C  /*&C
   
 */  */
   
   //&jp  \subsubsection{ OX メッセージの表現 (XML) }
   //&eg  \subsubsection{ Expression of OX messages (XML) }
   
 /*&jp  /*&jp
 OX メッセージは XML で表現することも可能である.  次に例を示す.  OX メッセージは XML で表現することも可能である.  次に例を示す.

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>