Autor Zpráva
ReshNesh
Profil *
Ahoj. Zkouším validovat XHTML, ale píše mi to:


Sorry, I am unable to validate this document because its content type is application/octet-stream, which is not currently supported by this service.

The Content-Type field is sent by your web server (or web browser if you use the file upload interface) and depends on its configuration. Commonly, web servers will have a mapping of filename extensions (such as ".html") to MIME Content-Type values (such as text/html).

That you recieved this message can mean that your server is not configured correctly, that your file does not have the correct filename extension, or that you are attempting to validate a file type that we do not support yet. In the latter case you should let us know that you need us to support that content type (please include all relevant details, including the URL to the standards document defining the content type) using the instructions on the Feedback Page.


tady je zdroják:


<?
echo "nějaký PHP skript";
?>
<?xml version="1.0" encoding="windows-1250"?>
<!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" xml:lang="cs" lang="cs">


Díky ReshNesh
habendorf
Profil
No asi bys ten skript neměl vkládat před xml deklaraci, doctype atd.
mat
Profil
jak píše habendorf. A jen bych dodal, že problém by mohl být (a asi i bude i bez toho skriptu) v tom, že je vypsána xml deklarace s tím otazníčkem - to dělá v php velkou neplechu...

xml deklaraci vypisuj tímhle (nebo podobným) způsobem:

<?php
echo('<?xml version="1.0" encoding="iso-8859-2"?>');
?>
ReshNesh
Profil *
Tak já nevím. Ať to dělám jak to dělám tak to nejde. Furt je tam ta chyba. Zkusil jsem vypsat xml deklaraci PHPkem i odstranit ten puvodni PHP skript.
Martin Kuželka
Profil
Problém je imho v hlavičce, kde místo text/html server posílá application/octet-stream.
ReshNesh
Profil *
Díky za vaše příspěvky. Už jsem to vyřešil.
ReshNesh
Martin Kuželka
Profil
A čím to tedy bylo?
ReshNesh
Profil *
Tím <?xml version="1.0" encoding="windows-1250"?>. Teď to vkládám PHPkem
Toto téma je uzamčeno. Odpověď nelze zaslat.

0