<pre>Hello all-<br><br>I just joined the list.  I recently (today) had to parse WDDX in python.  In order to get it to work I had to patch wddx.py accordingly:<br><br>197,198d196<br>&lt;         'comment': (None, None),<br>
&lt;         'null': ('um_start_null', 'um_end_null'),<br>212,216d209<br>&lt;     def um_start_null(self, name, attr):<br>&lt;         pass<br>&lt;     def um_end_null(self, name):<br>&lt;         self.data_stack.append(None)
<br>&lt;<br><br>Don't know if anyone else is using wddx or even interested, but I thought I'd share the diff.<br><br>matt<br></pre>