diff options
Diffstat (limited to 'htdocs/dev/tests/bogus-fpi5.xhtml')
-rw-r--r-- | htdocs/dev/tests/bogus-fpi5.xhtml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/htdocs/dev/tests/bogus-fpi5.xhtml b/htdocs/dev/tests/bogus-fpi5.xhtml new file mode 100644 index 0000000..f87de48 --- /dev/null +++ b/htdocs/dev/tests/bogus-fpi5.xhtml @@ -0,0 +1,15 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>test document with a bogus FPI</title> + <meta name="revision" + content="$Id: bogus-fpi5.xhtml,v 1.1 2006-05-02 04:12:04 ot Exp $" + /> + </head> + <body> + <p>This is a test document with a bogus FPI. (but with correct system identifier)</p> + <p>There is no "Strict" in the FPI for XHTML 1.1.</p> + </body> +</html> + |