arabica/bin/poem.xml

16 lines
490 B
XML
Raw Normal View History

2003-10-08 17:32:44 +02:00
<?xml version="1.0" encoding="UTF-8"?>
2004-02-24 12:32:40 +01:00
<!DOCTYPE pm:poem [
<!ENTITY entity "poop">
]>
2007-07-19 19:05:18 +02:00
<!-- here go -->
2004-02-24 12:32:40 +01:00
<pm:poem xmlns:pm="urn:example">
<pm:line>Roses are red,</pm:line>
<pm:line>Violets are blue.</pm:line>
<pm:line>Sugar is sweet,</pm:line>
<pm:line>and I love you with a pm:line much longer than 15 characters long.</pm:line>
2007-07-19 19:05:18 +02:00
<pm:line>I am a line with an undefined :w entity and an &lt;.</pm:line>
2004-02-24 12:32:40 +01:00
<pm:line><![CDATA[ And I am CDATA ]]></pm:line>
</pm:poem>
2007-07-19 19:05:18 +02:00
<?all done?>