<?xml version = '1.0' encoding = 'ISO-8859-1'?>
<result procedure="test1" value="OK" retcode="0">
  <content name="left" type="text/html"><![CDATA[<ul><li>Item 1</li><li>Item 2</li></ul>]]></content>
  <content name="center" type="text/html"><![CDATA[This is an html content with <b>tags</b> 
inside, the content doesn't need to be well formed XML, for example you can use <br> 
without closing it, however this is not recommended, only note that is possible.]]></content>
  <content name="xml1" type="text/xml" transformation="http://www.microcalls.org/sample.xsl">
    <rows>
      <row number="1">aaa@aa.com</row>
      <row number="2">bbb@bb.com</row>
      <row number="3">ccc@cc.com</row>
    </rows>
</content>
</result>
