Merge from emacs-23; up to 2010-06-12T11:17:12Z!eliz@gnu.org.
[bpt/emacs.git] / etc / nxml / test-valid.xml
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>