diff options
Diffstat (limited to 'htdocs/dev/tests/application-xhtml_xml.xhtml')
-rwxr-xr-x | htdocs/dev/tests/application-xhtml_xml.xhtml | 12 |
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> + |