validace xhtml

From: Tomáš Martínek (tomas.martinek@mybox.cz)
Date: 08. 07. 2003, 20:30 CEST


Zdravim konferenci potreboval bych poradit s validaci nasledujici
hlavicky v xhtml. Pokud to zkusim validovat, vypise mi to chybu:(resp.
každý radek, kde mam diakritiku)

---------------
Sorry, I am unable to validate this document because on lines 7, 9,
21-23, 28, 38, 40-41, 45-48, 50-51, 53, 68, 75-77 it contained one or
more bytes that I cannot interpret as us-ascii (in other words, the
bytes found are not valid values in the specified Character Encoding).
Please check both the content of the file and the character encoding
indication. 
---------------
zde je hlavicka stranky:


<?xml version="1.0" encoding="iso-8859-2"?>
<!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" xml:lang="cz" lang="cz">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"
/>
<title>MICROCOMP Plus - Úvodní stránka</title>
<style type="text/css" media="all">
@import url( pokusna.css );
</style>
<script  src="onload.js" type="text/javascript"></script>
</head>



This archive was generated by hypermail 2.1.3 : 08. 07. 2003, 20:31 CEST