summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/bogus-xmlpi.xhtml
diff options
context:
space:
mode:
authorot <ot@localhost>2007-03-22 07:32:53 +0000
committerot <ot@localhost>2007-03-22 07:32:53 +0000
commit20c8f475b2c1c20e730d0a2632de201a442ec862 (patch)
tree7b431942cb1946182b120b6cde3ee57cc2f48db0 /htdocs/dev/tests/bogus-xmlpi.xhtml
parent60fcfaaa1c97dc4a9d1a3a7a991e7aa297e431a2 (diff)
downloadmarkup-validator-20c8f475b2c1c20e730d0a2632de201a442ec862.zip
markup-validator-20c8f475b2c1c20e730d0a2632de201a442ec862.tar.gz
markup-validator-20c8f475b2c1c20e730d0a2632de201a442ec862.tar.bz2
duplicating the test case for a document with a bogus XML declaration:
* one served as text/html * one served as application/xhtml+xml
Diffstat (limited to 'htdocs/dev/tests/bogus-xmlpi.xhtml')
-rwxr-xr-xhtdocs/dev/tests/bogus-xmlpi.xhtml9
1 files changed, 9 insertions, 0 deletions
diff --git a/htdocs/dev/tests/bogus-xmlpi.xhtml b/htdocs/dev/tests/bogus-xmlpi.xhtml
new file mode 100755
index 0000000..0b2c2ec
--- /dev/null
+++ b/htdocs/dev/tests/bogus-xmlpi.xhtml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+ <head><title>Bogus XML PI Test</title></head>
+ <body>
+ <p>This is a test of XHTML with a bogus XML Decl.</p>
+ </body>
+</html>