- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 May 2005 00:20:37 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv20026
Added Files:
xhtml-print_1_0-invalid.xhtml xhtml-print_1_0.xhtml
Log Message:
adding a couple of sample xhtml-print docs (from CR version)
--- NEW FILE: xhtml-print_1_0.xhtml ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML-Print 1.0//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Sample XHTML-Print document</title>
</head>
<body>
<p>This is a simple XHTML-Print doc.</p>
</body>
</html>
--- NEW FILE: xhtml-print_1_0-invalid.xhtml ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML-Print 1.0//EN"
"http://www.w3.org/MarkUp/DTD/xhtml-print10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Invalid XHTML-Print document</title>
</head>
<body>
<p>This document misuses the noscript element</p>
<noscript>Some text here</noscript>
</body>
</html>
Received on Monday, 9 May 2005 00:20:39 UTC