1<?xml version="1.0" encoding="UTF-8"?>
2<form name="foo">
3  <errors>
4    <entry><![CDATA[This is the form error]]></entry>
5  </errors>
6  <form name="bar">
7    <errors>
8      <entry><![CDATA[Error of the child form]]></entry>
9    </errors>
10  </form>
11</form>
12