On Tue, Jan 20, 2009 at 11:06 PM, <[email protected]> wrote:
>
> set-fields seems like a good idea, it seems appropriate for our situation,
>
> But... how would you write it in XML notation?
>
> <set-fields value="..." />
Ah yes, this is not documented, but you can do :
<set-fields>
<hash>
<entry>
<string>field0</string><string>value0</string>
<string>field1</string><string>value1</string>
</entry>
</hash>
</set-fields>
(I will document that
http://rubyforge.org/tracker/index.php?func=detail&aid=23627&group_id=2609&atid=10195)
Thanks, don't forget to look at the other improvement points and to
share your discoveries.
--
John Mettraux - http://jmettraux.wordpress.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruote (OpenWFEru) users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/openwferu-users?hl=en
-~----------~----~----~----~------~----~------~--~---