Version 7 of WDDX

Updated 2005-10-05 18:52:40

WDDX: Web Distributed Data Exchange, or WDDX, is a free, open XML-based technology that allows Web applications created with any platform to easily exchange data with one another over the Web.

For more info, See http://www.openwddx.org/ .

Is there any WDDX-parsers for TCL?


Example packet:

  <wddxPacket version='1.0'>
    <header comment='Example WDDX packet'/>
    <data>
      <string>This is WDDX packet example</string>
    </data>
  </wddxPacket>

Category Glossary Category Internet