- <?xml version="1.0" encoding="UTF-8"?>
- <form name="foo">
- <errors>
- <entry><![CDATA[This is the form error]]></entry>
- </errors>
- <children>
- <form name="bar">
- <errors>
- <entry><![CDATA[Error of the child form]]></entry>
- </errors>
- </form>
- </children>
- </form>
|