TplBlock/vendor/jms/serializer/tests/Serializer/xml/log.xml
2018-03-26 21:57:35 +02:00

30 lines
663 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<log>
<author_list>
<entry _key="0">
<full_name><![CDATA[Johannes Schmitt]]></full_name>
</entry>
<entry _key="1">
<full_name><![CDATA[John Doe]]></full_name>
</entry>
</author_list>
<comment>
<author>
<full_name><![CDATA[Foo Bar]]></full_name>
</author>
<text><![CDATA[foo]]></text>
</comment>
<comment>
<author>
<full_name><![CDATA[Foo Bar]]></full_name>
</author>
<text><![CDATA[bar]]></text>
</comment>
<comment>
<author>
<full_name><![CDATA[Foo Bar]]></full_name>
</author>
<text><![CDATA[baz]]></text>
</comment>
</log>