Bonjour @ tous
Voilà ce qui se passe :
J'ai un fichier XML contenant mes infos, comme suit : infos.xml
Ensuite, j'ai un fichier HTML ou XHTML dans le futur qui viens afficher le contenu de ce fichier XML : voir ici
Code :
- <html>
- <body>
- <xml id="filinfos" src="infos.xml"></xml>
- <table border="1" datasrc="#filinfos">
- <tr>
- <td><span datafld="heure"></span> <span datafld="sport"></span> : <span datafld="titre"></span></td>
- </tr>
- </table>
- </body>
- </html>
|
1. Déjà, cela ne fonctionne pas avec mon renard de feu version 1.5.0.4
2. Ensuite, je voudrais savoir comment faire pour n'afficher que les infos 'tennis' sans avoir 35.000 fichiers XML
J'attend votre aide
Merci