diff options
author | link <link@localhost> | 2002-08-20 01:51:31 +0000 |
---|---|---|
committer | link <link@localhost> | 2002-08-20 01:51:31 +0000 |
commit | 68888af368a57b04686cde3a230c168157a8ec89 (patch) | |
tree | e5eb3bec6befac28cd9ec8779750a257fdf8d95b /htdocs/dev/tests/application-xhtml_xml.xhtml | |
parent | aa56a2d0812a367de272abe2c1e9890fc4af2090 (diff) | |
download | markup-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-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> + |