<Param name="action-contributions"><![CDATA[<actions>
<action id="org.samplevoip.chatwithperson" dataType="opensocial.Person"
label="Chat" tooltip="Chat" />
<action id="org.samplevoip.callbyperson" dataType="opensocial.Person"
label="Call" tooltip="Call" />
<action id="org.samplevoip.navLink" path="container/navigationLinks"
label="Call Person" tooltip="Dial a Number"/>
</actions>]]></Param>
which wrap <action> tags with <actions> to allow DOM parser to be successful.
I think this need to be fixed in Core-Gadget spec.
- Henry