[BACK]Return to data-format.tex CVS log [TXT][DIR] Up to [local] / OpenXM / doc / issac2000

Diff for /OpenXM/doc/issac2000/data-format.tex between version 1.7 and 1.8

version 1.7, 2000/01/15 12:18:42 version 1.8, 2000/01/16 06:02:41
Line 1 
Line 1 
 % $OpenXM: OpenXM/doc/issac2000/data-format.tex,v 1.6 2000/01/15 03:18:27 noro Exp $  % $OpenXM: OpenXM/doc/issac2000/data-format.tex,v 1.7 2000/01/15 12:18:42 takayama Exp $
   
 \section{Data Format}  \section{Data Format}
   
Line 19  and such an error can be avoided.
Line 19  and such an error can be avoided.
 Mathcap is also defined as a CMO.  Mathcap is also defined as a CMO.
 See \cite{noro-takayama} for the details.  See \cite{noro-takayama} for the details.
   
 Mathematical encoding types of OX data are distinguished with tags  Encoding types of OX data are distinguished with tags
 of OX messages.  of OX messages.
 For example,  For example,
 an OX message with the tag  an OX message with the tag
 OX\_DATA is followed by a CMO packet.  {\tt OX\_DATA} is followed by a CMO packet.
 An OX message with the tag  An OX message with the tag
 OX\_DATA\_OPENMATH\_XML is followed by  {\tt OX\_DATA\_OPENMATH\_XML} is followed by
 an OpenMath XML string.  an OpenMath XML string.
   
 Let us explain the data format of CMO.  Let us explain the data format of CMO.
Line 108  $\cdots$ & {\sl byte} {\rm data[n-1]} \\ 
Line 108  $\cdots$ & {\sl byte} {\rm data[n-1]} \\ 
 $\cdots$ & {\sl CMObject} {\rm ob[n-1]} \\  $\cdots$ & {\sl CMObject} {\rm ob[n-1]} \\
 \cline{1-2}  \cline{1-2}
 \end{tabular} \\  \end{tabular} \\
   
   As to the formats of other CMO's, see \cite{noro-takayama}.
   
 When one wants to implement CMO on a server, the person proceeds  When one wants to implement CMO on a server, the person proceeds
 as follows.  as follows.

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

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