PB pour afficher du xml directement ds du html

PB pour afficher du xml directement ds du html - XML/XSL - Programmation

Marsh Posté le 06-01-2006 à 17:23:25    

voilou, je suis en train de suivre le tuto : http://www.developpez.biz/download [...] ml-xls.pdf
 
et à la page 20, on voit que l'on peux afficher directement xml dans du html ....
 
j'ai suivi texto mais je n'y arrive pas ...
 
Mon fichier ent.xml :
 
 

Code :
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <liste>
  3. <entreprise>
  4.  <nom>Unilog</nom>
  5.  <secteur>SSI</secteur>
  6.  <source>cooptation Laurent</source>
  7. </entreprise>
  8. <entreprise>
  9.  <nom>atos</nom>
  10.  <secteur>SSI</secteur>
  11.  <source>apec</source>
  12. </entreprise>
  13. </liste>


 
 
mon fichier html :
 

Code :
  1. <html>
  2. <head>
  3. </head>
  4. <body>
  5. <xml id="fic" src="ent.xml">
  6. <table datasrc="fic">
  7.  <tr>
  8.   <td><span datafld="nom"></td>
  9.   <td><span datafld="secteur"></td>
  10.   <td><span datafld="source"></td>
  11.  </tr>
  12. </table>
  13. </xml>
  14. </body>
  15. </html>


 
pourquoi lorsque j'ouvre avec firefox mon fichier html, j'ai une page blanche ....

Reply

Marsh Posté le 06-01-2006 à 17:23:25   

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed