Salut tout le monde,
je ne connais pas trop le language xsl mais je voudrais l'utiliser pour comparrer 2 fichiers xml pour vérifier si leurs noeuds et valeurs sont identiques.
Comment faire??

voila un exemple de fichier xml:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<cae>
...
		<catlets>
			<catlet>
				<catlet_name>pml_mini_rdf_2</catlet_name>
				<xmla_provider>Prod</xmla_provider>
				<xmla_service>mini_rdf</xmla_service>
				<xmla_variant>preprod</xmla_variant>
				<xmla_protocol>http</xmla_protocol>
				<xmla_host>3pi1pprz-frontend.sdp-pp.case.sfr.fr</xmla_host>
				<xmla_port>8103</xmla_port>
				<xmla_path>/dxmla/XMLA</xmla_path>
				<xmla_deeplink></xmla_deeplink>
			</catlet>
              ...
              </catlets>
...
</cae>
Merci d'avance