<?xml version="1.0" encoding="UTF-8"?>
<application-components>
<application-component id="Reflected" participant-id = "Reflect" package-name = "">
<![CDATA[
_handle_transaction : function(s, v)
{
   //alert(v.data.src);
   Hemi.xml.setInnerXHTML(this.getContainer(),v.data.src.getContainer().value);
},

component_init : function()
{
   Hemi.xml.setInnerXHTML(this.getContainer(),"Participant id: " + this.getProperties().TransactionId);
}
]]>
</application-component>
</application-components>
