]> git.sesse.net Git - xml-template/blob - tests/reference/attribute-empty.xml
Fix a potential bug in the C++0x cleaning.
[xml-template] / tests / reference / attribute-empty.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   </body>
11 </html>