Bonjour, Voila je suis debutant dans le xml, et ca fait quelques heures que je me ballade sans trouver de reponse a mon probleme, donc voila j ai mon fichier xml qui ressemble a quelque chose comme ceci:
<Table> <type>AAAA</type> <code>00</code> <signification>signification1</signification> <etape_1>action 1 a faire POUR CODE 00</etape_1> <etape_2>action 2 a faire POUR CODE 00</etape_2> </Table> <Table> <type>AAAA</type> <code>01</code> <signification>signification2</signification> <etape_1>action 1 a faire POUR CODE 01</etape_1> <etape_2>action 2 a faire POUR CODE 01</etape_2> </Table> <Table> <type>BBBB</type> <code>00</code> <signification>signification1</signification> <etape_1>action 1 a faire POUR CODE 00</etape_1> <etape_2>action 2 a faire POUR CODE 00</etape_2> </Table> <Table> <type>BBBB</type> <code>01</code> <signification>signification2</signification> <etape_1>action 1 a faire POUR CODE 01</etape_1> <etape_2>action 2 a faire POUR CODE 01</etape_2> </Table> <Table>
ETC....
actuellement je l affiche sous forme de tableau mais il y a pas mal de ligne et parfois long pour trouver l info voulue,j aimerai reussir a creer en xsl une présentation me permettant grace a un combo de selectionner le type (AAAA,BBBB,CCCC,ETC...) puis dans un second combo le code (00,01,02,etc...) et a partir de ces 2 info renseigner afficher l etape1 et l etape 2 correspondant
Merci d avance si quelqu un peut éclairer ma lanterne
Marsh Posté le 03-11-2010 à 01:15:18
Bonjour,
Voila je suis debutant dans le xml, et ca fait quelques heures que je me ballade sans trouver de reponse a mon probleme, donc voila j ai mon fichier xml qui ressemble a quelque chose comme ceci:
<Table>
<type>AAAA</type>
<code>00</code>
<signification>signification1</signification>
<etape_1>action 1 a faire POUR CODE 00</etape_1>
<etape_2>action 2 a faire POUR CODE 00</etape_2>
</Table>
<Table>
<type>AAAA</type>
<code>01</code>
<signification>signification2</signification>
<etape_1>action 1 a faire POUR CODE 01</etape_1>
<etape_2>action 2 a faire POUR CODE 01</etape_2>
</Table>
<Table>
<type>BBBB</type>
<code>00</code>
<signification>signification1</signification>
<etape_1>action 1 a faire POUR CODE 00</etape_1>
<etape_2>action 2 a faire POUR CODE 00</etape_2>
</Table>
<Table>
<type>BBBB</type>
<code>01</code>
<signification>signification2</signification>
<etape_1>action 1 a faire POUR CODE 01</etape_1>
<etape_2>action 2 a faire POUR CODE 01</etape_2>
</Table>
<Table>
ETC....
actuellement je l affiche sous forme de tableau mais il y a pas mal de ligne et parfois long pour trouver l info voulue,j aimerai reussir a creer en xsl une présentation me permettant grace a un combo de selectionner le type (AAAA,BBBB,CCCC,ETC...) puis dans un second combo le code (00,01,02,etc...) et a partir de ces 2 info renseigner afficher l etape1 et l etape 2 correspondant
Merci d avance si quelqu un peut éclairer ma lanterne