Hi,
i would like to do that :
<invoke targettype="x-protocol" srcexpr ="test">
<![CDATA[
complicate data that it need to be parsed
]]>
</invoke>
and be able to get what's is inside the CDATA balise from this :
public class protocol implements Invoker {
public void invoke(String source, Map params) throws InvokerException {
}
it seems that params only works with that :
<invoke targettype="x-protocol" srcexpr ="test">
<param name="line1" expr="'test'" />
<param name="line2" expr="'foo'" />
</invoke>
i have already try to add content balise, but i got that :
ATTENTION: Ignoring element <content> in namespace
do you have an idea to get data from CDATA balise