[Fedora-suds-list] Proposal to add .innerXML attribute to Object

Tomasz Maćkowiak tomasz.mackowiak at altcontrol.pl
Fri May 16 07:45:15 UTC 2008


This is how i would like it to work:
whole = factory.get_instance('s:any')
field = ... #contruct suds.sudsobject.Object
field.ID = 5
field.innerXML = 'bar'
whole.field = field

should be output not as
<field id="5" innerXML="bar" />
but as
<field id="5">bar</field>

The contents of innerXML should be escaped.
-- 
Z poważaniem / Best regards
Tomasz Maćkowiak




More information about the suds mailing list