Files
reactos/reactos/lib/expat/examples/poem.xml
Martin Fuchs 66fd6f0880 set eol-style for most xml files
svn path=/trunk/; revision=16720
2005-07-24 21:42:00 +00:00

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>