Improve coverage in News smoketest.
[xhtml-compiler.git] / smoketests / DOMFilter / News / 2008 / 0714-item.xhtml
blobdc88a917515dbb4b06ea07a69fd2f2e2bd4d742a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml"
4 xmlns:xc="urn:xhtml-compiler"
5 xc:news="yes"
6 xml:lang="en" lang="en">
7 <head>
8 <title>Item - My Blog</title>
9 <!-- Dates should be magic meta-data derived from Git repos. -->
10 </head>
11 <body>
12 <h1>Item</h1>
13 <!-- Notice the magic id; they are essential to the blog engine -->
14 <div id="content">
15 <p>
16 This is the first paragraph of the blog.
17 </p>
18 <p>
19 This is the second paragraph of the blog.
20 </p>
21 <p>
22 This is the final paragraph. All of these paragraphs should be displayed.
23 </p>
24 </div>
25 </body>
26 </html>