La communauté ALL HTML c'est 58046 membres à ce jour dont 2 inscrits aujourd'hui et 26 depuis une semaine.
Article publié le lundi 29 mars 2004 par ALL HTML.
Cet article est classé dans les catégories « XSL »
<?xml-stylesheet href="traducteur.xsl" type="text/xsl" ?>
<?xml version="1.0"?>
<?xml-stylesheet href="traducteur.xsl" type="text/xsl" ?>
<traducteur>
<mot>
<francais>Bleu</francais>
<english>Blue</english>
<italiano>Azzurro</italiano>
</mot>
<mot>
<francais>Rouge</francais>
<english>Red</english>
<italiano>Rosso</italiano>
</mot>
<mot>
<francais>Vert</francais>
<english>Green</english>
<italiano>Verde</italiano>
</mot>
</traducteur>
<html>
<style>
P
{
font-family:verdana;
font-weight:bold;
font-size :12pt;
}
th
{
font-family:verdana;
font-weight:bold;
font-size :10pt;
}
td
{
font-family:verdana;
font-weight:bold;
font-size :8pt;
} </style>
<body>
<p>
Traducteur
<table width="300" border="2" align"center">
<tr>
<th>Francais</th>
<th>English</th>
<th>Italiano</th>
</tr>
<tr>
<td>Bleu</td>
<td>Blue</td>
<td>Azzurro</td>
</tr>
<tr>
<td>Rouge</td>
<td>Red</td>
<td>Rosso</td>
</tr>
<tr>
<td>Vert</td>
<td>Green</td>
<td>Verde</td>
</tr>
</table>
</body>
</html>
Aucun commentaire pour le moment ...
Vous devez obligatoirement vous identifier en tant que membre pour participer à cette discussion.
Discutez et échangez sur ce thème dans notre forum XML - XSL - WML (WAP) - MATHML.
07/04/2008 à 16 h 21
Remplacer un namespace en XSL (0 réponse)
31/03/2008 à 23 h 04
Générer un fichier XML depuis une chaîne de caractères (0 réponse)
16/03/2008 à 19 h 48
Pb de background-image avec FireFox (0 réponse)
25/02/2008 à 14 h 05
création xml via php (4 réponses)
21/02/2008 à 20 h 20
Demande d’avis sur une méthode XML + MySQL (0 réponse)