Add support for backdating creation times using <meta name="date" />
[xhtml-compiler.git] / smoketests / DOMFilter / News / 2008 / 0101-backdated.xhtml
blobd95d506c9a764228e1ea9f863ef47696ce87915b
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>Backdated - My Blog</title>
8 <!-- This should be used as the date, and should be converted to ISO format -->
9 <meta name="Date" content="Tue, 01 Jan 2008 12:12:12 -0500" />
10 </head>
11 <body>
12 <h1>Backdated</h1>
13 <div id="content">
14 <p>
15 This is a backdated entry.
16 </p>
17 </div>
18 </body>
19 </html>