summaryrefslogtreecommitdiff
path: root/ext/xmlreader/examples/dtdexample.xml
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2004-05-27 13:04:15 +0000
committerSVN Migration <svn@php.net>2004-05-27 13:04:15 +0000
commit3fa7d9636a78b4a07ff6cdbefacacf4cfdd958c1 (patch)
tree490bf43b43bef6fd1ce3fed3988cc429f74e1ba3 /ext/xmlreader/examples/dtdexample.xml
parentb369925372b51b0b9566476d3d56de0331d70ce1 (diff)
downloadphp-git-php-5.0.0RC3RC1.tar.gz
This commit was manufactured by cvs2svn to create tag 'php_5_0_0RC3RC1'.php-5.0.0RC3RC1
Diffstat (limited to 'ext/xmlreader/examples/dtdexample.xml')
-rw-r--r--ext/xmlreader/examples/dtdexample.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/ext/xmlreader/examples/dtdexample.xml b/ext/xmlreader/examples/dtdexample.xml
deleted file mode 100644
index 052889c05d..0000000000
--- a/ext/xmlreader/examples/dtdexample.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE LIST SYSTEM "dtdexample.dtd">
-<LIST>
-<MOVIE ID="x200338360">
-<TITLE>Move Title 1</TITLE>
-<ORGTITLE/><LOC>Location 1</LOC>
-<INFO/>
-</MOVIE>
-<MOVIE ID="m200338361">
-<TITLE>Move Title 2</TITLE>
-<ORGTITLE/>
-<LOC>Location 2</LOC>
-<INFO/>
-</MOVIE>
-</LIST>