summaryrefslogtreecommitdiff
path: root/ext/xmlreader/examples/dtdexample.xml
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2004-04-27 10:46:21 +0000
committerRob Richards <rrichards@php.net>2004-04-27 10:46:21 +0000
commit80fd6dcaa4eb5033194ef8140392d748c05c9c33 (patch)
tree7ca368f21b8b3eff9c9fcb5fe868d211c54f75bf /ext/xmlreader/examples/dtdexample.xml
parent1f22d848e98e66939b8aa765892f9f9b8cd4034c (diff)
downloadphp-git-80fd6dcaa4eb5033194ef8140392d748c05c9c33.tar.gz
add relaxNG support
set xml base directory so it is consistant add validation examples
Diffstat (limited to 'ext/xmlreader/examples/dtdexample.xml')
-rw-r--r--ext/xmlreader/examples/dtdexample.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/ext/xmlreader/examples/dtdexample.xml b/ext/xmlreader/examples/dtdexample.xml
new file mode 100644
index 0000000000..052889c05d
--- /dev/null
+++ b/ext/xmlreader/examples/dtdexample.xml
@@ -0,0 +1,15 @@
+<?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>