mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 18:54:27 +08:00
9 lines
275 B
XML
9 lines
275 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<poem>
|
|
<line>Roses are red,</line>
|
|
<line>Violets are blue.</line>
|
|
<line>Sugar is sweet,</line>
|
|
<line>and I love you with a line much longer than 15 characters long.</line>
|
|
<line><![CDATA[ And I am CDATA ]]></line>
|
|
</poem>
|