Version 8 of WDDX

Updated 2005-10-05 18:54:20

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/ .

Are 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>

LV Based on this example,WDDX appears to be a specific application of XML. There are a couple of XML extensions for Tcl - tdom and tclxml at the very least.

I'm uncertain what one would need to use with either of these to be considered a WDDX parser.


Category Glossary Category Internet