diff options
Diffstat (limited to 'ext/dom/examples/note.xml')
-rw-r--r-- | ext/dom/examples/note.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/dom/examples/note.xml b/ext/dom/examples/note.xml new file mode 100644 index 0000000000..49614a1b52 --- /dev/null +++ b/ext/dom/examples/note.xml @@ -0,0 +1,8 @@ +<?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> |