[XML-SIG] Diff for wddx.py for comment and null support

m h sesquile at gmail.com
Wed Sep 21 02:16:28 CEST 2005


Hello all-

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:

197,198d196
<         'comment': (None, None),
<         'null': ('um_start_null', 'um_end_null'),
212,216d209
<     def um_start_null(self, name, attr):
<         pass
<     def um_end_null(self, name):
<         self.data_stack.append(None)
<

Don't know if anyone else is using wddx or even interested, but I
thought I'd share the diff.

matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/xml-sig/attachments/20050920/acbd1777/attachment.html


More information about the XML-SIG mailing list