lenya/src/webapp/lenya/pubs/default/content/authoring/doctypes/xhtml-document index.xml,NONE,1.1
Christian Egli <[email protected]> Mon, 19 May 2003 21:03:58 +0200
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/pubs/default/content/authoring/doctypes/xhtml-document
In directory erbium:/tmp/cvs-serv2739/src/webapp/lenya/pubs/default/content/authoring/doctypes/xhtml-document
Added Files:
index.xml
Log Message:
Added the content of the default publication:
* a hands-on tutorial
* a feature list
* a list of concept
* examples of the two doctypes
--- NEW FILE: index.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>The XHTML Document Doctype</title>
</head>
<body>
<h1>The XHTML Document Doctype</h1>
<p>The XHTML Document Doctype is simply a XHTML document that
conforms to the <a href="http://www.w3.org/TR/xhtml1/">XHTML 1.0
definition</a> of the <a href="http://www.w3.org/">World Wide Web
Consortium (W3C)</a>.</p>
</body>
</html>