[Python-Dev] Re: http://python.sourceforge.net

Paul Prescod paul@prescod.net
Fri, 14 Jul 2000 05:11:45 -0500


Peter Schneider-Kamp wrote:
> 
>...
> 
> With XHTML I'll probably end up with something like this:

I don't know what you mean by probably, but about half of the stuff in
your document is optional. Here's a fairly minimal XHTML representation:

> <?xml version="1.0"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
>     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml">
> <head>
>   <title>my little home page</title>
> </head>
> <body>
> <h1>My Little Home Page</h1>
> Here goes the content.
> </body>
> </html>

Other than the first three lines, it is almost the same as your original
HTML.

-- 
 Paul Prescod - Not encumbered by corporate consensus
It's difficult to extract sense from strings, but they're the only
communication coin we can count on. 
	- http://www.cs.yale.edu/~perlis-alan/quotes.html