comparison 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
comparison
equal deleted inserted replaced
86360:aa83d83c27fe 86361:38f93f3d00a2
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <title>An invalid document</title>
4 </head>
5 <body>
6 <p>This XHTML document is <span class="#foo">invalid</span>.</p>
7 </body>
8 </html>