TinyXML

TinyXML - C++ - Programmation

Marsh Posté le 13-10-2006 à 23:53:59    

Bonjour a tous,
 
J'aimerais lire un fichier XML qui a la structure suivante :
 

Code :
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <Parametres>
  3.    <FichiersSauvegardes>
  4.       <Fichier>
  5.          <nom>Truc</nom>
  6.          <iteration>1234</iteration>
  7.       </Fichier>
  8.       <Fichier>
  9.          <nom>Bidulle</nom>
  10.          <iteration>34</iteration>
  11.       </Fichier>
  12.    </FichiersSauvegardes>
  13.    <Energie>
  14.       <Priori>4235</Priori>
  15.       <Data>443655</Data>
  16.    </Energie>
  17. </Parametres>


 
J'utilise la lib TinyXML pour le creer, mais je ne sais absolument pas comment le lire. Quelqu'un pourrait me donner des pistes (sachant que je ne sais pas en l'ouvrant combien de tag <Fichier>...</Fichier> il y a ...)
 
Merci d'avance

Reply

Marsh Posté le 13-10-2006 à 23:53:59   

Reply

Marsh Posté le 25-07-2013 à 18:41:41    

bonjour!
 
le lien suivant peut vous aider  
http://khayyam.developpez.com/articles/cpp/tinyxml/
 
bonne chance  :hello:


---------------
when there is a will there is a way
Reply

Sujets relatifs:

Leave a Replay

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