Mercurial > emacs
annotate lisp/nxml/test.valid.xml @ 87624:359e4ed88d16
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 07 Jan 2008 18:17:09 +0000 |
parents | 2ac1a9b70580 |
children |
rev | line source |
---|---|
86361 | 1 <html xmlns="http://www.w3.org/1999/xhtml"> |
2 <head> | |
3 <title>A valid document</title> | |
4 </head> | |
5 <body> | |
6 <p>This is a valid, albeit boring, XHTML document.</p> | |
7 </body> | |
8 </html> | |
86379 | 9 |
10 <!-- arch-tag: 6f7701be-ec51-48d0-bb63-38ed564718d6 | |
11 (do not change this comment) --> |