php-src/ext/dom/examples/note-invalid.xml
2003-10-09 05:46:03 +00:00

10 lines
228 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>
<footer>Or I'll clobber you!</footer>
</note>