Hi ,
I want to use HTML tag in XML as attachHeader function? Some thing like following :
<afterInit>
<call command="attachHeader"><param><input type='text' value ='a'>,<input type='text' value ='a'>,<input type='text' value ='a'></param></call>
</afterInit>
<afterInit>
<call command="attachHeader"><param><![CDATA[<input type='text' value ='a'>,<input type='text' value ='a'>,<input type='text' value ='a'>]]></param></call>
</afterInit>