diff options
| author | SVN Migration <svn@php.net> | 2004-06-03 08:17:16 +0000 |
|---|---|---|
| committer | SVN Migration <svn@php.net> | 2004-06-03 08:17:16 +0000 |
| commit | dac069bb9e4d66ae3dec29a802bf176b178a36e5 (patch) | |
| tree | 0bb3909463bb6cc093bbbaee39f6942a331ac07e /ext/xmlreader/examples/dtdexample.xml | |
| parent | 02032ccf9f03a59a7748a00d84e240b46ee084ce (diff) | |
| download | php-git-php-5.0.0RC3RC2.tar.gz | |
This commit was manufactured by cvs2svn to create tag 'php_5_0_0RC3RC2'.php-5.0.0RC3RC2
Diffstat (limited to 'ext/xmlreader/examples/dtdexample.xml')
| -rw-r--r-- | ext/xmlreader/examples/dtdexample.xml | 15 |
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> |
