php-src/ext/dom/tests/note.xml
2018-10-13 14:17:28 +02:00

9 lines
189 B
XML

<?xml version="1.0"?>
<!DOCTYPE note SYSTEM "note.dtd">
<note>
<to>PHP User Group</to>
<from>Shane</from>
<heading>Reminder</heading>
<body>Don't forget the meeting tonight!</body>
</note>