1<?xml version="1.0" encoding="UTF-8"?>
2<post>
3  <comments author-name="Foo" count="2">
4    <comment>
5      <author>
6        <full_name><![CDATA[Foo]]></full_name>
7      </author>
8      <text><![CDATA[foo]]></text>
9    </comment>
10    <comment>
11      <author>
12        <full_name><![CDATA[Foo]]></full_name>
13      </author>
14      <text><![CDATA[bar]]></text>
15    </comment>
16  </comments>
17</post>
18