Ver Mensaje Individual
  #1 (permalink)  
Antiguo 06/07/2010, 07:43
lord_mandrake
 
Fecha de Ingreso: febrero-2010
Mensajes: 6
Antigüedad: 14 años, 3 meses
Puntos: 0
Exclamación Leer XML en un DATASET (VB.NET)

Hola gente, tengo el siguiente XML que estoy instentando leer y colocarlo en un DATASET para luego pasarlo a una base de datos. El problema principal es que no logro ubicarlo como corresponde a forma de grilla (DataGrid).

El XML es algo como esto:
<CashedTickets>
<Header Version="V422" TVersion="V422.02" SiteId="PP" SiteName="PP" RunDate="2010-05-12" Time="2010-06-08T15:31:07-03" />
<Cashed Ticket="df4ad-86111" Event="PP" EventDate="2010-05-12" Mode="Day" Type="Current" Performance="2" Currency="AR">
<Sell Group="OTR" GroupName="OTROS" Terminal="001" TerminalLocation="BAIRES" Seller="9999" />
<Wager Number="1" Amount="100" Apu="GAN" />
<Pay Group="BA" Terminal="BAIRES" TerminalLocation="BUENOS AIRES" />
</Cashed>
<Cashed Ticket="df4ad-86111" Event="PP" EventDate="2010-05-12" Mode="Day" Type="Current" Performance="2" Currency="AR">
<Sell Group="OTR" GroupName="OTROS" Terminal="001" TerminalLocation="BAIRES" Seller="9999" />
<Wager Number="1" Amount="100" Apu="GAN" />
<Pay Group="BA" Terminal="BAIRES" TerminalLocation="BUENOS AIRES" />
</Cashed>
<Cashed Ticket="df4ad-86111" Event="PP" EventDate="2010-05-12" Mode="Day" Type="Current" Performance="2" Currency="AR">
<Sell Group="OTR" GroupName="OTROS" Terminal="001" TerminalLocation="BAIRES" Seller="9999" />
<Wager Number="1" Amount="100" Apu="GAN" />
<Pay Group="BA" Terminal="BAIRES" TerminalLocation="BUENOS AIRES" />
</Cashed>
</CashedTickets>

Si alguien pudiera ayudarme, estaria mas que agradecido.
Saludos desde Argentina !!!!

Lord_Mandrake.-