]> granicus.if.org Git - php/commitdiff
add the valid xml test
authorShane Caraveo <shane@php.net>
Thu, 9 Oct 2003 05:47:38 +0000 (05:47 +0000)
committerShane Caraveo <shane@php.net>
Thu, 9 Oct 2003 05:47:38 +0000 (05:47 +0000)
ext/dom/examples/note.xml [new file with mode: 0644]

diff --git a/ext/dom/examples/note.xml b/ext/dom/examples/note.xml
new file mode 100644 (file)
index 0000000..49614a1
--- /dev/null
@@ -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>