annotate lisp/nxml/test.valid.xml @ 91828:d7068e95d3d0
(custom-deps, finder-data, autoloads, recompile):
Remove `LC_ALL=C', since it's included in $(emacs) now.
author |
Glenn Morris <rgm@gnu.org> |
date |
Thu, 14 Feb 2008 03:56:58 +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) -->
|