Mercurial > emacs
diff lisp/nxml/test.invalid.xml @ 86361:38f93f3d00a2
Initial merge of nxml
| author | Mark A. Hershberger <mah@everybody.org> |
|---|---|
| date | Fri, 23 Nov 2007 06:58:00 +0000 |
| parents | |
| children | 2ac1a9b70580 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lisp/nxml/test.invalid.xml Fri Nov 23 06:58:00 2007 +0000 @@ -0,0 +1,8 @@ +<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>
