Initial implementation of "News" DOMFilter for blog-like pages.
[xhtml-compiler.git] / smoketests / DOMFilter / News / 2008 / 0714-item.xhtml
blobe9265680aa0a78177f6811ada575420022732ff9
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 xml:lang="en" lang="en">
6 <head>
7 <title>Item - My Blog</title>
8 <!-- Dates should be magic meta-data derived from Git repos. -->
9 </head>
10 <body>
11 <h1>Item</h1>
12 <!-- Notice the magic id; they are essential to the blog engine -->
13 <div id="content">
14 <p>
15 This is the first paragraph of the blog.
16 </p>
17 <p>
18 This is the second paragraph of the blog.
19 </p>
20 <p>
21 This is the final paragraph. All of these paragraphs should be displayed.
22 </p>
23 </div>
24 </body>
25 </html>