Bonjour,
Bonjour,
j'ai un fichier XML de syntaxe suivante:
<?xml version="1.0" encoding="iso-8859-1" ?>
<?xml-stylesheet type="text/css" href="livre.css" ?>
<bibliotheque xmlns:html ="www.w3.org/tr/rec-html.40">
<html:body>
<html:table border="3">
<html:tr>
<html:th>Titre</html:th>
<html:th>Auteur</html:th>
<html:th>REF</html:th>
</html:tr>
<html:tr><livre>
<html:td><titre>Petite plume</titre></html:td>
<html:td><auteur>Eron KROBAND</auteur></html:td>
<html:td><ref>Roman-R-15</ref></html:td>
</livre></html:tr>
<html:tr><livre>
<html:td><titre>La saison barbare</titre></html:td>
<html:td><auteur>Andrea H JAPP</auteur></html:td>
<html:td><ref>Policier-D-3</ref></html:td>
</livre></html:tr>
<html:tr><livre>
<html:td><titre>Dune</titre></html:td>
<html:td><auteur>Franck HECKBERT</auteur></html:td>
<html:td><ref>Fixio-H-1</ref></html:td>
</livre></html:tr>
</html:table>
</html:body>
</bibliotheque>
il est attribué par un fichier css de contenu:
html:table{
border: 3px;
border-width:
}
le problème, c'est que Mozilla Firefox m'affiche les informations de la forme:
http://rapidshare.com/files/352934418/Sans_titre.JPG.html
alors que Internet Explorer me les affiche correctement de la façon suivante:
http://rapidshare.com/files/352935695/Sans_titre2.JPG.html
Pouvez vous m'expliquer pourquoi Firefox n'affiche pas mon document comme Internet Explorer?
Merci.
Cordialement.