summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/bogus-fpi5.xhtml
blob: f87de48892d0d8c77c150d8115f1abcefeadbe77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>