]> git.sesse.net Git - xml-template/blob - tests/reference/attribute3.xml
Fix a potential bug in the C++0x cleaning.
[xml-template] / tests / reference / attribute3.xml
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
3   <head>
4     <title>Cloning test</title>
5   </head>
6   <body>
7      <p>My favourite color is blue; I like that very much.
8        All my favourite things:</p>
9     <ul>
10       <li class="odd">Raindrops on roses</li>
11       <li class="even">Whiskers on kittens</li>
12       <li class="odd">Bright copper kettles</li>
13       <li class="even">Warm, woolen mittens</li>
14     </ul>
15   </body>
16 </html>