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-invalid.xml
2011-01-15 15:16:57 -08:00

8 lines
198 B
XML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>An invalid document</title>
</head>
<body>
<p>This XHTML document is <span class="#foo">invalid</span>.</p>
</body>
</html>