File:  [ELWIX - Embedded LightWeight unIX -] / gpl / axl / test / test01.xdl
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 8 07:09:12 2011 UTC (13 years ago) by misho
Branches: axl, MAIN
CVS tags: HEAD, AXL0_6_7, AXL0_6_1
3th party - XML

    1: <xml-rpc-interface>
    2: <service>
    3:  <name>sum</name>
    4:  <returns>int</returns>
    5:  <params>
    6:    <param>
    7:      <name>a</name>
    8:      <type>int</type>
    9:    </param>
   10:    <param>
   11:      <name>b</name>
   12:      <type>int</type>
   13:    </param>
   14:  </params>
   15: </service>
   16: </xml-rpc-interface>

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