Bonjour tt Monde :)
un petit problème aider moi :cry:
j'ai un fichier XML que je parcourir avec JDOM ou DOM.
Moi je veux parcourir que clavier Name="lettres" et accéder au Key pour que je puise modifier Row et column
Mon code java
///////////////////////////////////Code:
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
fichier XML
Code:
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18<cles> <claviers> <clavier Name="Lettres" > <Keys> <Key Row="0" Column="0"/> <Key Row="1" Column="0"/> <Key Row="2" Column="0"/> </Keys> </clavier> <clavier Name="image"> <Keys> <Key Row="0" Column="0"/> <Key Row="1" Column="0"/> <Key Row="2" Column="0"/> </Keys> </clavier> </claviers> </cles>
Merci :oops:
