diff options
author | SVN Migration <svn@php.net> | 2006-10-15 21:09:28 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2006-10-15 21:09:28 +0000 |
commit | 88ec761548b66f58acc1a86cdd0fc164ca925476 (patch) | |
tree | d0af978fa00d83bb1d82c613f66477fbd6bb18aa /ext/xmlreader/examples/dtdexample.xml | |
parent | 268984b4787e797db6054313fc9ba3b9e845306e (diff) | |
download | php-git-PECL_OPENSSL.tar.gz |
This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSL
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> |