summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/application-xhtml_xml.xhtml
diff options
context:
space:
mode:
authorlink <link@localhost>2002-08-20 01:51:31 +0000
committerlink <link@localhost>2002-08-20 01:51:31 +0000
commit68888af368a57b04686cde3a230c168157a8ec89 (patch)
treee5eb3bec6befac28cd9ec8779750a257fdf8d95b /htdocs/dev/tests/application-xhtml_xml.xhtml
parentaa56a2d0812a367de272abe2c1e9890fc4af2090 (diff)
downloadmarkup-validator-68888af368a57b04686cde3a230c168157a8ec89.zip
markup-validator-68888af368a57b04686cde3a230c168157a8ec89.tar.gz
markup-validator-68888af368a57b04686cde3a230c168157a8ec89.tar.bz2
Merging to HEAD from validator-0_6_0 branch.
This will be validator-0_6_0b1c1 (Beta 1, Candidate 1).
Diffstat (limited to 'htdocs/dev/tests/application-xhtml_xml.xhtml')
-rwxr-xr-xhtdocs/dev/tests/application-xhtml_xml.xhtml12
1 files changed, 12 insertions, 0 deletions
diff --git a/htdocs/dev/tests/application-xhtml_xml.xhtml b/htdocs/dev/tests/application-xhtml_xml.xhtml
new file mode 100755
index 0000000..f2aac06
--- /dev/null
+++ b/htdocs/dev/tests/application-xhtml_xml.xhtml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
+ <head>
+ <title>application/xhtml+xml Test Case</title>
+ </head>
+ <body>
+ <p>This is a test case for the application/xhtml+xml MIME type.</p>
+ </body>
+</html>
+