Bonjour,

J'ai un souci d'affichage d'un fichier XML dans un Gridview
Voic mon 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
19
20
21
22
23
24
<?xml version="1.0" encoding="iso-8859-1"?>
<batch>
  <deliver>
    <oa ton="1" npi="1">3361258588</oa>
    <da ton="4" npi="9">888</da>
    <ud dcs="0">Test</ud>
    <pid>59</pid>
    <gwts>20080318121107</gwts>
  </deliver>
  <deliver>
    <oa ton="1" npi="1">3361258588</oa>
    <da ton="4" npi="9">888</da>
    <ud dcs="0">Test</ud>
    <pid>59</pid>
    <gwts>20080318121107</gwts>
  </deliver>
  <deliver>
    <oa ton="1" npi="1">3361258588</oa>
    <da ton="4" npi="9">888</da>
    <ud dcs="0">Test</ud>
    <pid>59</pid>
    <gwts>20080318121107</gwts>
  </deliver>
</batch>
Le message d'erreur du Gridview

the data for gridview did not have any properties from which to generate columns
Y a t'il un format XML spécifique a respecter?