1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 14:30:43 -08:00
emacs/etc/nxml/test-valid.xml
2011-01-15 15:16:57 -08:00

8 lines
185 B
XML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>A valid document</title>
</head>
<body>
<p>This is a valid, albeit boring, XHTML document.</p>
</body>
</html>