next up previous contents
Next: Standard encoding of OXexpressions Up: OX Messages Previous: Expressions of OX messages

Expression of OX messages (XML)

OX messages can be expressed by XML. The following is an example.

<ox>
   <ox_data>
      <ox_serial> <int32> 0 </int32> </ox_serial>
      <cmo>  <cmo_string> 
                 <int32 for="length"> 5 </int32>
                 <string> "Hello" </string>
             </cmo_string>
      </cmo>
   </ox_data>
   <ox_command> 
       <ox_serial> <int32> 1 </int32> </ox_serial>
       <sm_popCMO/> 
   </ox_command>
</ox>



Nobuki Takayama 平成14年1月21日