- or download this
<function name="showImage">
<data>A random picture</data>
<argument><![CDATA[<img src="test.jpg">]]></argument>
<argument>0</argument>
</function>
- or download this
#!/usr/bin/env perl
...
<argument><![CDATA[<img src="test.jpg">]]></argument>
<argument>0</argument>
</function>
- or download this
$VAR1 = {
'argument' => [
...
'name' => 'showImage',
'data' => 'A random picture'
};