Mi succede una cosa strana: quando tento di validare una pagina sul W3C dal mio pc con Windows XP non mi dà problemi; se provo da un 2000 o da un 98 mi risponde:
codice:
Result: Failed validation,
File: C:\Documents and Settings\p.scarmozzino\Desktop\simi\finito\simi\cosasono.html
Encoding: us-ascii
Doctype:
Sorry, I am unable to validate this document because on line 67-69, 75-76, 78, 80, 83, 90, 92, 94 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.
Non capisco...
Io ho inserito nel codice:
codice:
<?xml version="1.0" encoding="iso-8859-1"?>
<!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>RSS e Atom: cosa sono</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="images/stile.css" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript">
</head>
In pratica, mi sembra che quando trova nel teso (nei tag
</P>) un accento o un apice mi dà errore...
Come risolvere?
grazie
franz